Skip to content

Commit 3b960af

Browse files
Trottrvagg
authored andcommitted
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>
1 parent 3effca6 commit 3b960af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Returns an object containing the address information for a socket.
8686
For UDP sockets, this object will contain `address`, `family` and `port`
8787
properties.
8888

89-
### [socket.bind([port][, address][, callback])]
89+
### socket.bind([port][, address][, callback])
9090

9191
* `port` Integer, Optional
9292
* `address` String, Optional

0 commit comments

Comments
 (0)