diff --git a/doc/api/readline.md b/doc/api/readline.md index 0717c7400a7c88..36c7e4502274bd 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()