From 3b7241d1a38f63a168d1012576476f31618009b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 24 May 2022 01:47:43 +0200 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 PR-URL: https://github.com/nodejs/node/pull/43191 Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Rich Trott --- 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.