| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
typo: exceede
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed, thanks!
Sorry, something went wrong.
|
A key thing this fixes is the confusing alternate formatting for maxBuffer in the doc which you can see here: Because it's a link, maxBuffer is formatted differently than shell, timeout, uid, gid... The link isn't to full information about maxBuffer so it's a bit misleading. It's a special note about maxBuffer and Unicode. So this PR moves the link out of that list and into the descriptive text, and makes it clear that it's a note and not key information. The note basically reminds people that a character can be more than one byte. |
Sorry, something went wrong.
`maxBuffer` information in child_process.md used atypical formatting. This uses a single consistent style for all instances of `maxBuffer` information.
`maxBuffer` information in child_process.md used atypical formatting. This uses a single consistent style for all instances of `maxBuffer` information. PR-URL: nodejs#11791 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`maxBuffer` information in child_process.md used atypical formatting. This uses a single consistent style for all instances of `maxBuffer` information. PR-URL: nodejs#11791 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`maxBuffer` information in child_process.md used atypical formatting. This uses a single consistent style for all instances of `maxBuffer` information. PR-URL: nodejs#11791 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
is this applicable to v6.x? |
Sorry, something went wrong.
|
@MylesBorins It's a style change, not a content change, so I think the answer is "yes, but it's also not crucial by any stretch". |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
maxBuffer information in child_process.md used atypical formatting.
This uses a single consistent style for all instances of maxBuffer
information.
Checklist
Affected core subsystem(s)
doc child_process