Skip to content

Commit 3c23db4

Browse files
italoacasaslpinca
authored andcommitted
doc: remove duplicate content from readline doc
Remove a duplicate sentence from the `rl.close()` method description. PR-URL: #8497 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9b0246b commit 3c23db4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/readline.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ added: v0.1.98
202202
The `rl.close()` method closes the `readline.Interface` instance and
203203
relinquishes control over the `input` and `output` streams. When called,
204204
the `'close'` event will be emitted.
205-
Closes the `Interface` instance, relinquishing control on the `input` and
206-
`output` streams. The `'close'` event will also be emitted.
207205

208206
### rl.pause()
209207
<!-- YAML

0 commit comments

Comments
 (0)