-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v6.x backport] doc: standardize function param/object prop style #16560
[v6.x backport] doc: standardize function param/object prop style #16560
Conversation
PR-URL: nodejs#13769 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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.
There are a couple of bits that should probably be wrapped at 80 columns, but otherwise LGTM.
Thank you so much for doing this!
doc/api/child_process.md
Outdated
* `encoding` {string} **Default:** `'utf8'` | ||
* `timeout` {number} **Default:** `0` | ||
* [`maxBuffer`][] {number} Largest amount of data (in bytes) allowed on | ||
stdout or stderr - if exceeded child process is killed. **Default:*: `200*1024` |
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.
Missing the second *
after Default here.
@gibfahn Both issues are fixed. |
@gibfahn Please look at this again. Is there anything I should change? |
landed in 0f3901a |
Backport of #13769.
Checklist
Affected core subsystem(s)
doc