8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf816f commit 171cbb1Copy full SHA for 171cbb1
doc/api/tty.md
@@ -77,8 +77,8 @@ Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
77
added: v0.5.8
78
-->
79
80
-The `tty.WriteStream` class is a subclass of `net.Socket` that represents the
81
-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
82
[`process.stderr`][] will be the only `tty.WriteStream` instances created for a
83
Node.js process and there should be no reason to create additional instances.
84
0 commit comments