-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Modify API docs in process.md #35590
Conversation
doc/api/process.md
Outdated
@@ -1186,7 +1186,8 @@ added: v0.1.100 | |||
* {string} | |||
|
|||
The `process.execPath` property returns the absolute pathname of the executable | |||
that started the Node.js process. | |||
that started the Node.js process. Symbolic links if any, will be resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that started the Node.js process. Symbolic links if any, will be resolved | |
that started the Node.js process. Symbolic links, if any, will be resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the comma, I'd prefer that we keep things in present tense if there's a choice:
that started the Node.js process. Symbolic links if any, will be resolved | |
that started the Node.js process. Symbolic links, if any, are resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc/api/process.md
Outdated
that started the Node.js process. Symbolic links if any, will be resolved | ||
in the pathname. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also leave off the last three words?
that started the Node.js process. Symbolic links if any, will be resolved | |
in the pathname. | |
that started the Node.js process. Symbolic links, if any, are resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Trott -Thanks. I have followed your suggestion. Please have a look.
PR-URL: nodejs#35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
b8f93be
to
8c177c4
Compare
Landed in 8c177c4 |
PR-URL: #35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes