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 8c800d7 commit 74cf01aCopy full SHA for 74cf01a
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