From 3c23db4d8a8cc51205f1999e5646d386322fb774 Mon Sep 17 00:00:00 2001 From: "Italo A. Casas" Date: Mon, 12 Sep 2016 09:11:05 -0400 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: Prince John Wesley Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig --- doc/api/readline.md | 2 -- 1 file changed, 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()