-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Fix dgram.md typos #16183
Conversation
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter
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
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter PR-URL: #16183 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
socket.getRecvBufferSize() and socket.getSendBufferSize() do not take any parameter
Checklist
Affected core subsystem(s)
doc