Skip to content

Commit cb038e7

Browse files
committed
doc: use serial comma in dgram docs
Refs: nodejs#11321 Refs: nodejs#17384
1 parent 360cda1 commit cb038e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/dgram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ added: v0.1.99
218218
* Returns: {Object}
219219

220220
Returns an object containing the address information for a socket.
221-
For UDP sockets, this object will contain `address`, `family` and `port`
221+
For UDP sockets, this object will contain `address`, `family`, and `port`
222222
properties.
223223

224224
This method throws `EBADF` if called on an unbound socket.

0 commit comments

Comments
 (0)