Browse Source

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>
process-exit-stdio-flushing
Rich Trott 9 years ago
parent
commit
07424705a6
  1. 2
      doc/api/dgram.markdown

2
doc/api/dgram.markdown

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

Loading…
Cancel
Save