summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorItalo A. Casas <me@italoacasas.com>2016-09-12 09:11:05 -0400
committerLuigi Pinca <luigipinca@gmail.com>2016-09-15 08:31:09 +0200
commit3c23db4d8a8cc51205f1999e5646d386322fb774 (patch)
treed2c1d7afa2de036ab4c205fd59f5aff9cf37e321 /doc/api/readline.md
parent9b0246b179694d2d13298c8ff6c701b806e68aa6 (diff)
downloadandroid-node-v8-3c23db4d8a8cc51205f1999e5646d386322fb774.tar.gz
android-node-v8-3c23db4d8a8cc51205f1999e5646d386322fb774.tar.bz2
android-node-v8-3c23db4d8a8cc51205f1999e5646d386322fb774.zip
doc: remove duplicate content from readline doc
Remove a duplicate sentence from the `rl.close()` method description. PR-URL: https://github.com/nodejs/node/pull/8497 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 0717c7400a..36c7e45022 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -202,8 +202,6 @@ added: v0.1.98
The `rl.close()` method closes the `readline.Interface` instance and
relinquishes control over the `input` and `output` streams. When called,
the `'close'` event will be emitted.
-Closes the `Interface` instance, relinquishing control on the `input` and
-`output` streams. The `'close'` event will also be emitted.
### rl.pause()
<!-- YAML