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:
Tobias Nießen 2022-05-24 01:47:43 +02:00 committed by GitHub
parent ac4ea6207e
commit 3b7241d1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.