We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf25994 commit 0f41058Copy full SHA for 0f41058
doc/api/modules.md
@@ -4,9 +4,9 @@
4
5
<!--name=module-->
6
7
-Node.js has a simple module loading system. In Node.js, files and modules are
8
-in one-to-one correspondence. As an example, `foo.js` loads the module
9
-`circle.js` in the same directory.
+Node.js has a simple module loading system. In Node.js, files and modules
+are in one-to-one correspondence (each file is treated as a separate module).
+As an example, `foo.js` loads the module `circle.js` in the same directory.
10
11
The contents of `foo.js`:
12
0 commit comments