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 <mscdex@mscdex.net>
Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
pull/5125/head
Rich Trott 2016-02-05 20:18:09 -08:00
parent 6e3bccbc03
commit 07424705a6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ 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. properties.
### [socket.bind([port][, address][, callback])] ### socket.bind([port][, address][, callback])
* `port` Integer, Optional * `port` Integer, Optional
* `address` String, Optional * `address` String, Optional