summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 73248180f7..973ee7ee8e 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -580,7 +580,7 @@ function require(...) {
added: v0.1.16
-->
-* {String}
+* {string}
The fully resolved filename to the module.
@@ -589,7 +589,7 @@ The fully resolved filename to the module.
added: v0.1.16
-->
-* {String}
+* {string}
The identifier for the module. Typically this is the fully resolved
filename.
@@ -599,7 +599,7 @@ filename.
added: v0.1.16
-->
-* {Boolean}
+* {boolean}
Whether or not the module is done loading, or is in the process of
loading.