From cb038e7096121a916bfa9760206279b0d7014909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 23 May 2022 19:04:14 +0000 Subject: [PATCH] doc: use serial comma in dgram docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 185c5f60e9a07d..f4045428d4ddc7 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -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.