Skip to content

[v6.x backport] doc: standardize function param/object prop style#16560

Closed
matejkrajcovic wants to merge 3 commits into
nodejs:v6.x-stagingfrom
matejkrajcovic:backport-13769-to-v6.x
Closed

[v6.x backport] doc: standardize function param/object prop style#16560
matejkrajcovic wants to merge 3 commits into
nodejs:v6.x-stagingfrom
matejkrajcovic:backport-13769-to-v6.x

Conversation

@matejkrajcovic
Copy link
Copy Markdown
Contributor

Backport of #13769.

Checklist
Affected core subsystem(s)

doc

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>
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. v6.x labels Oct 27, 2017
Copy link
Copy Markdown
Member

@gibfahn gibfahn left a 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!

Comment thread 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`
Copy link
Copy Markdown
Member

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.

@matejkrajcovic
Copy link
Copy Markdown
Contributor Author

@gibfahn Both issues are fixed.

@matejkrajcovic
Copy link
Copy Markdown
Contributor Author

@gibfahn Please look at this again. Is there anything I should change?

MylesBorins pushed a commit that referenced this pull request Nov 3, 2017
Backport-PR-URL: #16560
PR-URL: #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>
@MylesBorins
Copy link
Copy Markdown
Contributor

landed in 0f3901a

@MylesBorins MylesBorins closed this Nov 3, 2017
@matejkrajcovic matejkrajcovic deleted the backport-13769-to-v6.x branch November 3, 2017 18:04
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.

4 participants