summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
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