summaryrefslogtreecommitdiff
path: root/doc/api/tty.md
diff options
context:
space:
mode:
authorHackzzila <admin@hackzzila.com>2018-04-24 21:14:12 -0500
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-25 12:18:20 +0300
commit214fd404b9f016a63316498090c33add780ea4d8 (patch)
treed24e2dd8cc6750cf2c2ceb4a72da9df024992d5d /doc/api/tty.md
parentd3edf2fcde0c37206dc339aab7333212d20aa0f1 (diff)
downloadandroid-node-v8-214fd404b9f016a63316498090c33add780ea4d8.tar.gz
android-node-v8-214fd404b9f016a63316498090c33add780ea4d8.tar.bz2
android-node-v8-214fd404b9f016a63316498090c33add780ea4d8.zip
doc: fix net.Socket link inconsistencies
PR-URL: https://github.com/nodejs/node/pull/20271 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/tty.md')
-rw-r--r--doc/api/tty.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tty.md b/doc/api/tty.md
index 193005c017..f8bc4feec3 100644
--- a/doc/api/tty.md
+++ b/doc/api/tty.md
@@ -77,8 +77,8 @@ Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
added: v0.5.8
-->
-The `tty.WriteStream` class is a subclass of `net.Socket` that represents the
-writable side of a TTY. In normal circumstances, [`process.stdout`][] and
+The `tty.WriteStream` class is a subclass of [`net.Socket`][] that represents
+the writable side of a TTY. In normal circumstances, [`process.stdout`][] and
[`process.stderr`][] will be the only `tty.WriteStream` instances created for a
Node.js process and there should be no reason to create additional instances.