Skip to content

Commit 94d83c0

Browse files
jasnellrvagg
authored andcommitted
doc: update parameter name in net.markdown
per: nodejs/node-v0.x-archive#7112 originally submitted by @Peekmo Reviewed By: Sakthipriyan Vairamani <[email protected]> PR-URL: #2378
1 parent 04111ce commit 94d83c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/net.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Use `nc` to connect to a UNIX domain socket server:
5757

5858
nc -U /tmp/echo.sock
5959

60-
## net.connect(options[, connectionListener])
61-
## net.createConnection(options[, connectionListener])
60+
## net.connect(options[, connectListener])
61+
## net.createConnection(options[, connectListener])
6262

6363
A factory function, which returns a new ['net.Socket'](#net_class_net_socket)
6464
and automatically connects with the supplied `options`.

0 commit comments

Comments
 (0)