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.