Skip to content

doc: simplify sentences that use "considered" - #18095

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:consider-the-lobster
Closed

doc: simplify sentences that use "considered"#18095
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:consider-the-lobster

Conversation

@Trott

Copy link
Copy Markdown
Member

Change many instances of "x is considered to be y" to "x is y".

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Change many instances of "x is considered to be y" to "x is y".
@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Jan 11, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

Comment threaddoc/api/http.md
-->

*`timeout` {number} Milliseconds before a request is considered to be timed out.
*`timeout` {number} Milliseconds before a request times out.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated but I think this description is a bit misleading. This timeout expires only after x millisecond of inactivity on the socket. It's possible that a data chunk resets the timeout right before it expires without completing the request.

I'll open a separate PR if I remember :)

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lpinca Perhaps you or I can add a squash-able commit here to change it to Milliseconds of inactivity before a request times out.?

@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in c6bee70.

@TrottTrott closed this Jan 18, 2018
Trott added a commit to Trott/io.js that referenced this pull request Jan 18, 2018
Change many instances of "x is considered to be y" to "x is y".
PR-URL: nodejs#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>
evanlucas pushed a commit that referenced this pull request Jan 30, 2018
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>
@evanlucasevanlucas mentioned this pull request Jan 30, 2018
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
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>
MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
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>
This was referenced Feb 27, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
Change many instances of "x is considered to be y" to "x is y".
PR-URL: nodejs#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>
@Trott
Trott deleted the consider-the-lobster branch January 13, 2022 22:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Trott@danbev@jasnell@lpinca@cjihrig@richardlau@gireeshpunathil@MylesBorins@nodejs-github-bot