mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 19:44:16 +00:00
doc: Minor typos in dgram doc
a/an usage. Thanks @KenanSulayman
This commit is contained in:
parent
9456cf8fe2
commit
26a8c0c6b8
@ -132,8 +132,8 @@ informing the source that the data did not reach its intended recipient).
|
|||||||
|
|
||||||
For UDP sockets, listen for datagrams on a named `port` and optional
|
For UDP sockets, listen for datagrams on a named `port` and optional
|
||||||
`address`. If `address` is not specified, the OS will try to listen on
|
`address`. If `address` is not specified, the OS will try to listen on
|
||||||
all addresses. After binding is done, an "listening" event is emitted
|
all addresses. After binding is done, a "listening" event is emitted
|
||||||
and the `callback`(if specified) is called. Specifying both an
|
and the `callback`(if specified) is called. Specifying both a
|
||||||
"listening" event listener and `callback` is not harmful but not very
|
"listening" event listener and `callback` is not harmful but not very
|
||||||
useful.
|
useful.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user