From 78d4a11b7031184bd22037fc6143f915be50fcde 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 09c3a15f1bd40e..26b472d908b33e 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -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.