From ff66d636429149517050ed118b8b8392386875a2 Mon Sep 17 00:00:00 2001 From: Oblosys Date: Thu, 14 Sep 2017 01:31:37 +0200 Subject: [PATCH] doc: fix emitKeypressEvents stream type PR-URL: https://github.com/nodejs/node/pull/15399 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/readline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/readline.md b/doc/api/readline.md index bccee609ed3e8e..06a8b86205e55c 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -446,7 +446,7 @@ added: v0.7.7 * `stream` {Readable} * `interface` {readline.Interface} -The `readline.emitKeypressEvents()` method causes the given [Writable][] +The `readline.emitKeypressEvents()` method causes the given [Readable][] `stream` to begin emitting `'keypress'` events corresponding to received input. Optionally, `interface` specifies a `readline.Interface` instance for which