-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Fix dgram.md typos #16183
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
Fix dgram.md typos #16183
Conversation
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter
joyeecheung
left a comment
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.
I don't think this needs 48 hours to land
joyeecheung
left a comment
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.
Wrong button..
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter PR-URL: #16183 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
|
Landed in 34c47ed with commit messages fixed. Thank you for the contribution and next time, be sure to check out our commit message guidelines. |
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter PR-URL: nodejs/node#16183 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter PR-URL: #16183 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter
Checklist
Affected core subsystem(s)
doc