| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Nit: wouldn't it be more correct to say it implements the duplex stream interface (singular)?
Sorry, something went wrong.
|
Very nice contribution - I left some comments - when those are addressed LGTM. |
Sorry, something went wrong.
|
Cool. I've addressed all the comments bar the two I need clarification on. I'll push the changes together when they're all done. |
Sorry, something went wrong.
|
So I think I've addressed all the comments. |
Sorry, something went wrong.
|
Great, LGTM. Allow me to clarify the process - pull requests are open for 48 hours during week days in order to give collaborators opportunity to respond to them and suggest changes. In a day and a half assuming no one has objections (and hopefully more people read this) this will be landed in master. Pinging @nodejs/documentation in order to draw more attention to this issue since it's a big copy change. |
Sorry, something went wrong.
|
Good stuff. :) |
Sorry, something went wrong.
Brings tls.markdown into alignment with the node.js styleguide, specifically regarding the use of personal pronouns. Also, fixes various typos, punctuation errors, missing definite/indefinite articles and other minor grammatical issues.
|
Actually, something I noticed is that none of the anchor links in the file work when I view the markdown files in the browser. Take, for example, this one which is supposed to point to TLS.createServer(): Actual: #tls_tls_createserver_options_secureconnectionlistener Expected: #tlscreateserveroptions-secureconnectionlistener |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Brings tls.markdown into alignment with the node.js styleguide, specifically regarding the use of personal pronouns. Also, fixes various typos, punctuation errors, missing definite/indefinite articles and other minor grammatical issues. PR-URL: #5706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
👍 |
Sorry, something went wrong.
Brings tls.markdown into alignment with the node.js styleguide, specifically regarding the use of personal pronouns. Also, fixes various typos, punctuation errors, missing definite/indefinite articles and other minor grammatical issues. PR-URL: #5706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Conflicts: doc/api/tls.markdown
|
4f6ad5c is not landing cleanly onto v4.x-staging. Would someone be willing to backport? |
Sorry, something went wrong.
|
I can try, what exactly do I have to do? Just checkout the v4.x-staging branch and raise a PR against that? |
Sorry, something went wrong.
|
@svozza check out v4.x-staging. then git cherry-pick 4f6ad5c. then work out the conflicts and send a PR to v4.x-staging |
Sorry, something went wrong.
|
Good stuff. I'll give that a go. |
Sorry, something went wrong.
Brings tls.markdown into alignment with the node.js styleguide, specifically regarding the use of personal pronouns. Also, fixes various typos, punctuation errors, missing definite/indefinite articles and other minor grammatical issues. PR-URL: nodejs#5706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Affected core subsystem(s)
Doc, TLS
Description of change
As discussed in #5677 (and tangentially, nodejs/docs#87) I've broken out the extra changes originally made in that PR into a separate one. Brings tls.markdown into alignment with the Node.js styleguide, specifically regarding the use of personal pronouns. Also, fixes various typos, punctuation errors, line wrapping violations, missing definite/indefinite articles and other minor grammatical issues.