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: general improvements to process.md copy #7029

Closed
wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented May 27, 2016

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

doc (process)

Description of change

General improvements to process.md copy

@nodejs/documentation

@jasnell jasnell added doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem. labels May 27, 2016
is emitted with the following arguments:
The `'rejectionHandled'` event is emitted whenever a `Promise` has been rejected
and an error handler was attached to it (using [`promise.catch()`][], for
example) later than one turn of the Node.js event loop.
Copy link
Member

Choose a reason for hiding this comment

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

"later than one turn of the event loop" isn't correct - but I'm not sure we want to get into the real specifics, probably better to lie here.

Copy link
Member

Choose a reason for hiding this comment

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

I will fix this at a later PR, don't hold it on this the current text isn't great either and is probably my fault :]

@jasnell jasnell force-pushed the doc-process-copy branch from 1c645fc to d500f97 Compare June 2, 2016 23:40
@jasnell
Copy link
Member Author

jasnell commented Jun 2, 2016

@nodejs/documentation ... PTAL

@jasnell
Copy link
Member Author

jasnell commented Jun 6, 2016

ping @nodejs/documentation

@benjamingr
Copy link
Member

benjamingr commented Jun 6, 2016

LGTM with a few nits about content and not formatting that can (and should) be addressed later.

(I actually read it before and commented and forgot to leave the LGTM)

jasnell added a commit that referenced this pull request Jun 6, 2016
PR-URL: #7029
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@jasnell
Copy link
Member Author

jasnell commented Jun 6, 2016

Thank you! Landed in a32f7eb

@jasnell jasnell closed this Jun 6, 2016
evanlucas pushed a commit that referenced this pull request Jun 15, 2016
PR-URL: #7029
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@evanlucas evanlucas mentioned this pull request Jun 16, 2016
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. process Issues and PRs related to the process subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants