Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 94d83c0

Browse filesBrowse 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 <thechargingvolcano@gmail.com> PR-URL: #2378
1 parent 04111ce commit 94d83c0
Copy full SHA for 94d83c0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/net.markdown‎

Copy file name to clipboardExpand all lines: doc/api/net.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.