Skip to content

Commit 1bdc035

Browse files
tniessenguangwong
authored andcommitted
doc: use serial comma in modules docs
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#43103 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 470e457 commit 1bdc035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

Lines changed: 1 addition & 1 deletion
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)