-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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: improved stdout markdown consistency in api/console.md #7062
Conversation
`stdout` was written as `inline code` most of the time, except for the `console.time` and `console.timeEnd` functions which made it a bit more tedious to read about. Now it's always using inline code.
LGTM |
@JonathanMontane Thanks for you contribution! However, it looks like you may have made this PR from the github editor, as your author information shows:
Would you mind doing setting your email to git? (You can also use a name other than your username, if you wish) $ git config --global user.email "j.random.user@example.com"
$ git config --global user.name "J. Random User" Then $ git commit --amend --reset-author
$ git push origin patch-1 --force Also, some nits about the commit message:
(We can fix these two on landing, but prefer if you did yourself!) |
LGTM, w/ @Fishrock123 nits addressed. |
LGTM. I'll correct the nits while landing |
`stdout` was written as `inline code` most of the time, except for the `console.time` and `console.timeEnd` functions which made it a bit more tedious to read about. Now it's always using inline code. PR-URL: #7062 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Landed in c3e86de with nits addressed |
`stdout` was written as `inline code` most of the time, except for the `console.time` and `console.timeEnd` functions which made it a bit more tedious to read about. Now it's always using inline code. PR-URL: #7062 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
Affected core subsystem(s)
doc
Description of change
stdout
occurrences inconsole.time
description use inline code.stdout
occurrences inconsole.timeEnd
description use inline code.