We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04111ce commit 94d83c0Copy full SHA for 94d83c0
doc/api/net.markdown
@@ -57,8 +57,8 @@ Use `nc` to connect to a UNIX domain socket server:
57
58
nc -U /tmp/echo.sock
59
60
-## net.connect(options[, connectionListener])
61
-## net.createConnection(options[, connectionListener])
+## net.connect(options[, connectListener])
+## net.createConnection(options[, connectListener])
62
63
A factory function, which returns a new ['net.Socket'](#net_class_net_socket)
64
and automatically connects with the supplied `options`.
0 commit comments