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 470e457 commit 1bdc035Copy full SHA for 1bdc035
doc/api/modules.md
@@ -560,7 +560,7 @@ wrapper that looks like the following:
560
561
By doing this, Node.js achieves a few things:
562
563
-* It keeps top-level variables (defined with `var`, `const` or `let`) scoped to
+* It keeps top-level variables (defined with `var`, `const`, or `let`) scoped to
564
the module rather than the global object.
565
* It helps to provide some global-looking variables that are actually specific
566
to the module, such as:
0 commit comments