We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d9d23 commit 4d61c34Copy full SHA for 4d61c34
src/node_options.h
@@ -288,7 +288,7 @@ class OptionsParser {
288
}
289
};
290
291
- // Represents a field of type T withing `Options` that can be looked up
+ // Represents a field of type T within `Options` that can be looked up
292
// as a C++ member field.
293
template <typename T>
294
class SimpleOptionField : public OptionField<T> {
0 commit comments