-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: improvement dgram.markdown copy #4437
Conversation
s/improvement/improvements to/ |
@mscdex ... will update on commit message log either when it lands or when I push additional edits |
Minor, non-blocking nit: It might be clearer to use the term "datagram messages" rather than "datagrams" for the sake of people that are new to UDP/Datagram and not familiar with that terminology. @nodejs/documentation Thoughts? Other than that, LGTM. |
## Class: dgram.Socket | ||
|
||
The dgram Socket class encapsulates the datagram functionality. It | ||
should be created via [`dgram.createSocket(...)`][] | ||
The `dgram.Socket` object is an [`EventEmitter`] that encapsulates the datagram |
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.
were you intending on this being a link?
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.
yep.. fixing
@Qard and @evanlucas ... nits addressed |
General improvements to dgram.markdown copy
ab3e866
to
24b266d
Compare
LGTM |
General improvements to dgram.markdown copy PR-URL: #4437 Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com>
Landed in 7e985d8 |
General improvements to dgram.markdown copy PR-URL: nodejs#4437 Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com>
General improvements to dgram.markdown copy PR-URL: #4437 Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com>
General improvements to dgram.markdown copy PR-URL: #4437 Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com>
General improvements to dgram.markdown copy PR-URL: nodejs#4437 Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Stephan Belanger <admin@stephenbelanger.com>
General improvements to dgram.markdown copy