Skip to content

Commit

Permalink
doc: use serial comma in dgram docs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tniessen authored and targos committed Jul 12, 2022
1 parent d3607b6 commit 78d4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,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.
Expand Down

0 comments on commit 78d4a11

Please sign in to comment.