Skip to content

Commit

Permalink
doc: fix typo in dgram doc
Browse files Browse the repository at this point in the history
Remove stray square brackets from dgram documentation.

PR-URL: #5114
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
Trott authored and rvagg committed Feb 9, 2016
1 parent 63884f5 commit 4c54c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 4c54c8f

Please sign in to comment.