Skip to content

Commit 598c1f1

Browse files
tniessenbengl
authored andcommitted
doc: use serial comma in dgram docs
Refs: #11321 Refs: #17384 PR-URL: #43191 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent d7ca223 commit 598c1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

+1-1
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)