From 9bd50f624041e8424f1139a029e56221aa3d365f 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 caa415beb29b3c..ea26785b570b7e 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.