Skip to content

Commit eed8307

Browse files
TrottMyles Borins
authored andcommitted
doc: fix typo in dgram doc
Remove stray square brackets from dgram documentation. PR-URL: #5114 Reviewed-By: Brian White <[email protected]> Reviewed By: Sakthipriyan Vairamani <[email protected]>
1 parent a7955d5 commit eed8307

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
@@ -82,7 +82,7 @@ Returns an object containing the address information for a socket.
8282
For UDP sockets, this object will contain `address`, `family` and `port`
8383
properties.
8484

85-
### [socket.bind([port][, address][, callback])]
85+
### socket.bind([port][, address][, callback])
8686

8787
* `port` Integer, Optional
8888
* `address` String, Optional

0 commit comments

Comments
 (0)