Skip to content

Commit 34f9dfd

Browse files
vsemozhetbytMylesBorins
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 7e67176 commit 34f9dfd

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)