doc: simplify sentences that use "considered" · nodejs/node@2c21421 · GitHub
Skip to content

Commit 2c21421

Browse files
TrottMylesBorins
authored andcommitted
doc: simplify sentences that use "considered"
Change many instances of "x is considered to be y" to "x is y". PR-URL: #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>
1 parent df038ad commit 2c21421

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

doc/api/child_process.md

Lines changed: 4 additions & 4 deletions

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Once a socket is assigned to this request and is connected
550550
added: v0.5.9
551551
-->
552552

553-
* `timeout` {number} Milliseconds before a request is considered to be timed out.
553+
* `timeout` {number} Milliseconds before a request times out.
554554
* `callback` {Function} Optional function to be called when a timeout occurs. Same as binding to the `timeout` event.
555555

556556
Once a socket is assigned to this request and is connected

doc/api/readline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ The `'close'` event is emitted when one of the following occur:
6060

6161
The listener function is called without passing any arguments.
6262

63-
The `readline.Interface` instance should be considered to be "finished" once
64-
the `'close'` event is emitted.
63+
The `readline.Interface` instance is finished once the `'close'` event is
64+
emitted.
6565

6666
### Event: 'line'
6767
<!-- YAML

doc/guides/maintaining-V8.md

Lines changed: 1 addition & 2 deletions

0 commit comments

Comments
 (0)