-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Update tls_wrap.cc #2486
Update tls_wrap.cc #2486
Conversation
fix grammatically wrong expression
@@ -561,7 +561,7 @@ int TLSWrap::DoWrite(WriteWrap* w, | |||
} | |||
if (empty) { | |||
ClearOut(); | |||
// However if there any data that should be written to socket, | |||
// However if there is any data that should be written to socket, |
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.
this is an improvement but there are still two issues in the comment here (ex 'socket' -> 'the socket', 'callback' -> 'the callback'), would you mind fixing the rest while you're here? :)
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.
@brendanashworth Thanks! I fixed the rest :)
fix grammatically wrong expression
Update tls_wrap.cc
@brendanashworth Thanks for the comment! |
LGTM |
@jasnell Thanks! |
Can I ask you to please squash the commits down into a single and update the commit log to the pattern shown here: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit. Once that's done I'll queue it up to land. |
fix grammatically wrong expression