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 <[email protected]>
Reviewed By: Sakthipriyan Vairamani <[email protected]>
  • Loading branch information
Trott authored and Myles Borins committed Feb 18, 2016
1 parent a7955d5 commit eed8307
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 @@ -82,7 +82,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 eed8307

Please sign in to comment.