summaryrefslogtreecommitdiff
path: root/doc/api/repl.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/repl.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/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index 29121bb2b5..dff2f8f51d 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -379,7 +379,7 @@ changes:
description: The `options` parameter is optional now.
-->
-* `options` {Object | String}
+* `options` {Object|string}
* `prompt` {string} The input prompt to display. Defaults to `> `
(with a trailing space).
* `input` {Readable} The Readable stream from which REPL input will be read.