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 entryTypes type and missing link in perf_hooks.md #15406

Closed
wants to merge 2 commits into from
Closed

doc: fix entryTypes type and missing link in perf_hooks.md #15406

wants to merge 2 commits into from

Conversation

manidlou
Copy link
Contributor

Fixed entryTypes in performance.timerify(fn) example and async_hooks missing link in perf_hooks.md.

Checklist
Affected core subsystem(s)

doc

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Sep 14, 2017
@@ -656,3 +656,4 @@ require('some-module');

[`timeOrigin`]: https://w3c.github.io/hr-time/#dom-performance-timeorigin
[W3C Performance Timeline]: https://w3c.github.io/performance-timeline/
[Async Hooks]: async_hooks.html
Copy link
Member

Choose a reason for hiding this comment

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

Can you please swap this with the previous line to keep them sorted alphabetically?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Absolutely. Just to make sure, you mean

case 1:
a. timeOrigin
b. Async Hooks
c. W3C Performance Timeline

or case 2
a. Async Hooks
b. timeOrigin
c. W3C Performance Timeline
?

Copy link
Contributor

Choose a reason for hiding this comment

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

@manidlou, case 1. Thanks.

@manidlou
Copy link
Contributor Author

Can you please swap this with the previous line to keep them sorted alphabetically?

Done.

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Sep 19, 2017
PR-URL: nodejs#15406
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
@BridgeAR
Copy link
Member

@manidlou thanks a lot for your contribution and congratulations on your first commit to Node.js! 🎉

Landed in 049a8d7

@BridgeAR BridgeAR closed this Sep 19, 2017
jasnell pushed a commit that referenced this pull request Sep 20, 2017
PR-URL: #15406
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
PR-URL: nodejs/node#15406
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
PR-URL: nodejs/node#15406
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[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.

8 participants