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 8, 2016
1 parent 3effca6 commit 3b960af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.markdown
Original file line number Diff line number Diff line change
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 3b960af

Please sign in to comment.