doc: use serial comma in dgram docs
Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43191 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
ac4ea6207e
commit
3b7241d1a3
@ -218,7 +218,7 @@ added: v0.1.99
|
||||
* Returns: {Object}
|
||||
|
||||
Returns an object containing the address information for a socket.
|
||||
For UDP sockets, this object will contain `address`, `family` and `port`
|
||||
For UDP sockets, this object will contain `address`, `family`, and `port`
|
||||
properties.
|
||||
|
||||
This method throws `EBADF` if called on an unbound socket.
|
||||
|
Loading…
x
Reference in New Issue
Block a user