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 166a156 commit 14749f9Copy full SHA for 14749f9
doc/api/net.md
@@ -874,7 +874,8 @@ Additional options:
874
[`socket.setTimeout(timeout)`][] after the socket is created, but before
875
it starts the connection.
876
877
-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
878
+in the [`net.createServer()`][] section:
879
880
```js
881
const net = require('net');
0 commit comments