From b9f9df9b000a4c77fab5d39890d83ee33b8cb52c Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Thu, 6 Apr 2017 02:44:02 +0300 Subject: [PATCH] doc: fix confusing reference in net.md --- doc/api/net.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/net.md b/doc/api/net.md index 4ca18c13796351..a3d5cc5a779946 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -874,7 +874,8 @@ Additional options: [`socket.setTimeout(timeout)`][] after the socket is created, but before it starts the connection. -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 +in the [`net.createServer()`][] section: ```js const net = require('net');