summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-04-06 02:44:02 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-04-08 16:09:22 +0300
commit14749f9eaffaa18eb2acfccfaa691329ae7d8ff4 (patch)
treed809755e538ac4fc18bd1f267a31f55b121ca10b /doc
parent166a15669f7a31cba07196d6be4441b8e0a87f31 (diff)
downloadandroid-node-v8-14749f9eaffaa18eb2acfccfaa691329ae7d8ff4.tar.gz
android-node-v8-14749f9eaffaa18eb2acfccfaa691329ae7d8ff4.tar.bz2
android-node-v8-14749f9eaffaa18eb2acfccfaa691329ae7d8ff4.zip
doc: fix confusing reference in net.md
PR-URL: https://github.com/nodejs/node/pull/12247 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/net.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 4ca18c1379..a3d5cc5a77 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');