8000
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 7c4df42 commit 9629c74Copy full SHA for 9629c74
doc/api/modules.md
@@ -562,7 +562,7 @@ wrapper that looks like the following:
562
563
By doing this, Node.js achieves a few things:
564
565
-* 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
566
the module rather than the global object.
567
* It helps to provide some global-looking variables that are actually specific
568
to the module, such as:
0 commit comments