Skip to content

Commit 9629c74

Browse files
tniessenBethGriggs
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 7c4df42 commit 9629c74

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
@@ -562,7 +562,7 @@ wrapper that looks like the following:
562562

563563
By doing this, Node.js achieves a few things:
564564

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

0 commit comments

Comments
 (0)