doc: fix typo in dgram doc
authorRich Trott <rtrott@gmail.com>
Sat, 6 Feb 2016 04:18:09 +0000 (20:18 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
Remove stray square brackets from dgram documentation.

PR-URL: https://github.com/nodejs/node/pull/5114
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>

doc/api/dgram.markdown

index 78bf3c2..3b1b6b4 100644 (file)
@@ -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