Skip to content

Commit 4a6bb37

Browse files
vsemozhetbytitaloacasas
authored andcommitted
doc: fix confusing reference in net.md
PR-URL: #12247 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent 3e8991c commit 4a6bb37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/net.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,8 @@ Passing `timeout` as an option will call [`socket.setTimeout()`][] after the soc
793793
The `connectListener` parameter will be added as a listener for the
794794
[`'connect'`][] event once.
795795

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

798799
```js
799800
const net = require('net');

0 commit comments

Comments
 (0)