Skip to content

Commit 6577f3e

Browse 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 c520aef commit 6577f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/net.md

Lines changed: 2 additions & 1 deletion
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)