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 34f9dfd

Browse filesBrowse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix confusing reference in net.md
PR-URL: #12247 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
1 parent 7e67176 commit 34f9dfd
Copy full SHA for 34f9dfd

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/net.md‎

Copy file name to clipboardExpand all lines: doc/api/net.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,8 @@ Passing `timeout` as an option will call [`socket.setTimeout()`][] after the soc
774774
The `connectListener` parameter will be added as a listener for the
775775
[`'connect'`][] event once.
776776

777-
Here is an example of a client of the previously described echo server:
777+
Following is an example of a client of the echo server described
778+
in the [`net.createServer()`][] section:
778779

779780
```js
780781
const net = require('net');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.