X Tutup
The Wayback Machine - https://web.archive.org/web/20220423224734/https://github.com/nodejs/node/pull/37387
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: use **Default:** more consistently #37387

Merged
merged 1 commit into from Feb 17, 2021
Merged

doc: use **Default:** more consistently #37387

merged 1 commit into from Feb 17, 2021

Conversation

Copy link
Contributor

@cjihrig cjihrig commented Feb 15, 2021

It seems that **Default:** was unofficially decided on as the way to specify default values. This commit updates the API documentation to use this format more consistently.

@nodejs-github-bot nodejs-github-bot added the doc label Feb 15, 2021
@benjamingr
Copy link
Member

@benjamingr benjamingr commented Feb 15, 2021

👍 to fast track since this is a docs-only style consistency fix

@targos targos added the fast-track label Feb 15, 2021
It seems that **Default:** was unofficially decided on as
the way to specify default values. This commit updates the API
documentation to use this format more consistently.

PR-URL: nodejs#37387
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@cjihrig cjihrig merged commit d345ac9 into nodejs:master Feb 17, 2021
22 checks passed
@cjihrig cjihrig deleted the default branch Feb 17, 2021
targos pushed a commit that referenced this issue Feb 28, 2021
It seems that **Default:** was unofficially decided on as
the way to specify default values. This commit updates the API
documentation to use this format more consistently.

PR-URL: #37387
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
@targos targos added the backport-blocked-v14.x label May 27, 2021
@targos targos added dont-land-on-v14.x and removed backport-blocked-v14.x labels Aug 8, 2021
@targos targos added backport-blocked-v14.x and removed dont-land-on-v14.x labels Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-blocked-v14.x doc fast-track
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

X Tutup