mirror of https://github.com/nodejs/node.git
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
parent
6e3bccbc03
commit
07424705a6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue