Skip to content

Commit 9bd50f6

Browse files
tniessendanielleadams
authored andcommitted
doc: use serial comma in dgram docs
Refs: #11321 Refs: #17384 PR-URL: #43191 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent cb1a0b6 commit 9bd50f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

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

216216
Returns an object containing the address information for a socket.
217-
For UDP sockets, this object will contain `address`, `family` and `port`
217+
For UDP sockets, this object will contain `address`, `family`, and `port`
218218
properties.
219219

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

0 commit comments

Comments
 (0)