From bfb45270ad55c0121475c1595594ecf44ea714f3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Feb 2016 20:18:09 -0800 Subject: [PATCH] doc: fix typo in dgram doc Remove stray square brackets from dgram documentation. PR-URL: https://github.com/nodejs/node/pull/5114 Reviewed-By: Brian White Reviewed By: Sakthipriyan Vairamani --- doc/api/dgram.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.markdown b/doc/api/dgram.markdown index 78bf3c2..3b1b6b4 100644 --- a/doc/api/dgram.markdown +++ b/doc/api/dgram.markdown @@ -82,7 +82,7 @@ Returns an object containing the address information for a socket. For UDP sockets, this object will contain `address`, `family` and `port` properties. -### [socket.bind([port][, address][, callback])] +### socket.bind([port][, address][, callback]) * `port` Integer, Optional * `address` String, Optional -- 2.7.4