Skip to content

doc: unify and dedupe returned values in timers.md - #20310

Closed
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:doc-timers-return
Closed

doc: unify and dedupe returned values in timers.md#20310
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:doc-timers-return

Conversation

@vsemozhetbyt

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@vsemozhetbytvsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 25, 2018
@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout. labels Apr 25, 2018
@vsemozhetbyt

This comment has been minimized.

@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Please, add 👍 here to approve fast-tracking.

Comment threaddoc/api/timers.md Outdated

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.

I think this should be either a reference to `immediate` or a reference to the `Immediate` and similarly below.

The first one means: A reference to the variable named "immediate".

The second one means: A reference to the instance of the Immediate object.

@vsemozhetbytvsemozhetbytApr 26, 2018

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

I will fix with the former: we already have the type mentioned and the lowercased variant makes it clear that this is returned.

@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 26, 2018
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Landed in 65d97c9

vsemozhetbyt added a commit that referenced this pull request Apr 28, 2018
PR-URL: #20310
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
@vsemozhetbyt
vsemozhetbyt deleted the doc-timers-return branch April 28, 2018 02:15
MylesBorins pushed a commit that referenced this pull request May 4, 2018
PR-URL: #20310
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request May 8, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.timersIssues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@vsemozhetbyt@jasnell@Trott@TimothyGu@BridgeAR@trivikr@nodejs-github-bot