summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-01-10 20:07:01 -0800
committerRich Trott <rtrott@gmail.com>2018-01-17 21:22:53 -0800
commitc6bee70eec91debb6dafeb62b5dafce17a04fddb (patch)
treef26e97140762e85508aedfb52deead56bab2a9e5 /doc/api/readline.md
parente42708c8e3d2c3917419ba7b536d3bb003b0df97 (diff)
downloadandroid-node-v8-c6bee70eec91debb6dafeb62b5dafce17a04fddb.tar.gz
android-node-v8-c6bee70eec91debb6dafeb62b5dafce17a04fddb.tar.bz2
android-node-v8-c6bee70eec91debb6dafeb62b5dafce17a04fddb.zip
doc: simplify sentences that use "considered"
Change many instances of "x is considered to be y" to "x is y". PR-URL: https://github.com/nodejs/node/pull/18095 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 8619d75132..7ba1277dce 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -60,8 +60,8 @@ The `'close'` event is emitted when one of the following occur:
The listener function is called without passing any arguments.
-The `readline.Interface` instance should be considered to be "finished" once
-the `'close'` event is emitted.
+The `readline.Interface` instance is finished once the `'close'` event is
+emitted.
### Event: 'line'
<!-- YAML