We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8991c commit 4a6bb37Copy full SHA for 4a6bb37
doc/api/net.md
@@ -793,7 +793,8 @@ Passing `timeout` as an option will call [`socket.setTimeout()`][] after the soc
793
The `connectListener` parameter will be added as a listener for the
794
[`'connect'`][] event once.
795
796
-Here is an example of a client of the previously described echo server:
+Following is an example of a client of the echo server described
797
+in the [`net.createServer()`][] section:
798
799
```js
800
const net = require('net');
0 commit comments