Skip to content

Commit

Permalink
doc: remove duplicate content from readline doc
Browse files Browse the repository at this point in the history
Remove a duplicate sentence from the `rl.close()` method description.

PR-URL: #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>
  • Loading branch information
italoacasas authored and lpinca committed Sep 15, 2016
1 parent 9b0246b commit 3c23db4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c23db4

Please sign in to comment.