Skip to content

Commit 4d61c34

Browse files
gireeshpunathiltargos
authored andcommitted
src: fix a typo in the comment
withing -> within PR-URL: #23078 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent d9d9d23 commit 4d61c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class OptionsParser {
288288
}
289289
};
290290

291-
// Represents a field of type T withing `Options` that can be looked up
291+
// Represents a field of type T within `Options` that can be looked up
292292
// as a C++ member field.
293293
template <typename T>
294294
class SimpleOptionField : public OptionField<T> {

0 commit comments

Comments
 (0)