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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Sam Roberts <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Alexey Orlenko <[email protected]>
  • Loading branch information
vsemozhetbyt committed Apr 8, 2017
1 parent 166a156 commit 14749f9
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 @@ -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');
Expand Down

0 comments on commit 14749f9

Please sign in to comment.