Skip to content

Commit d876088

Browse files
tniessenjuanarbol
authored andcommitted
doc: use serial comma in modules docs
Refs: #11321 Refs: #17384 PR-URL: #43103 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6e59651 commit d876088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ wrapper that looks like the following:
560560

561561
By doing this, Node.js achieves a few things:
562562

563-
* It keeps top-level variables (defined with `var`, `const` or `let`) scoped to
563+
* It keeps top-level variables (defined with `var`, `const`, or `let`) scoped to
564564
the module rather than the global object.
565565
* It helps to provide some global-looking variables that are actually specific
566566
to the module, such as:

0 commit comments

Comments
 (0)