Skip to content

Commit

Permalink
doc: fix confusing reference in net.md
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
vsemozhetbyt authored and italoacasas committed Apr 10, 2017
1 parent 3e8991c commit 4a6bb37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,8 @@ Passing `timeout` as an option will call [`socket.setTimeout()`][] after the soc
The `connectListener` parameter will be added as a listener for the
[`'connect'`][] event once.

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');
Expand Down

0 comments on commit 4a6bb37

Please sign in to comment.