Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fix typo in dgram doc
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
commit 3b960af47a5a72bfd0cfe54c981f8babe861468b
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