Skip to content

Commit 171cbb1

Browse files
HackzzilaMylesBorins
authored andcommitted
doc: fix net.Socket link inconsistencies
PR-URL: #20271 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6bf816f commit 171cbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/tty.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Note that `CTRL`+`C` will no longer cause a `SIGINT` when in this mode.
7777
added: v0.5.8
7878
-->
7979

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
80+
The `tty.WriteStream` class is a subclass of [`net.Socket`][] that represents
81+
the writable side of a TTY. In normal circumstances, [`process.stdout`][] and
8282
[`process.stderr`][] will be the only `tty.WriteStream` instances created for a
8383
Node.js process and there should be no reason to create additional instances.
8484

0 commit comments

Comments
 (0)