summaryrefslogtreecommitdiff
path: root/doc/api/modules.md
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2017-03-05 18:03:39 +0100
committerRoman Reiss <me@silverwind.io>2017-03-08 17:19:24 +0100
commit5f32024055adc2f908c582d933259f9fcf5db423 (patch)
treebce5be96439ed649da400b25d01c800a8f0aa72a /doc/api/modules.md
parent9772fb928263562a755f1aeef6a65620e7e51bf2 (diff)
downloadandroid-node-v8-5f32024055adc2f908c582d933259f9fcf5db423.tar.gz
android-node-v8-5f32024055adc2f908c582d933259f9fcf5db423.tar.bz2
android-node-v8-5f32024055adc2f908c582d933259f9fcf5db423.zip
doc/tools: fix more type inconsistencies
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: https://github.com/nodejs/node/pull/11697 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
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.