Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix typos in event loop doc to aid readability #6916

Closed
wants to merge 2 commits into from
Closed

doc: fix typos in event loop doc to aid readability #6916

wants to merge 2 commits into from

Conversation

nonnontrivial
Copy link

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Typos in the setTimeout vs. setImmediate section were hindering
readability. Fixed these typos.

Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label May 21, 2016
@eljefedelrodeodeljefe
Copy link
Contributor

LGTM. cc @jasnell - especially for style of language.

The order in which they are executed varies depending on the context in
which they are called. If both are called in the main module, then you
are bound by how fast your process goes (which is impacted by other
programs running on your machine).
Copy link
Member

Choose a reason for hiding this comment

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

Would prefer to rework this a bit to avoid the use of you and your. Perhaps...

The order in which the timers are executed will vary depending on the context
in which they are called. If both are called from within the main module, then timing
will be bound by the performance of the process (which can be impacted by other
applications running on the machine).

Or something along those lines.

@eljefedelrodeodeljefe
Copy link
Contributor

eljefedelrodeodeljefe commented May 23, 2016

@kevmannn can you remove the unrelated commits from the branch please?

Use 'the process' instead of 'your process'.
@nonnontrivial
Copy link
Author

@eljefedelrodeodeljefe 😰 Yep - done.

@thefourtheye
Copy link
Contributor

Commit message doesnt meet the standard mentioned in the contributing guidelines I guess. Apart from that LGTM.

Can you squash the commits please?

eljefedelrodeodeljefe pushed a commit that referenced this pull request May 24, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: #6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
@eljefedelrodeodeljefe
Copy link
Contributor

I went ahead and formatted this for you. I believe it is you first time contribution here right?

Landed in af61ebf.

@nonnontrivial
Copy link
Author

Thanks @eljefedelrodeodeljefe - (well one of the first)

@nonnontrivial nonnontrivial deleted the event-loop-doc branch May 24, 2016 13:13
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request May 30, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: nodejs#6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: #6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jun 3, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: #6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Jun 24, 2016
MylesBorins pushed a commit that referenced this pull request Jun 24, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: #6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jun 24, 2016
Typos in the `setTimeout` vs. `setImmediate` section were hindering
readability. Fixed these typos.

PR-URL: #6916
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants