Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 171cbb1

Browse filesBrowse files
HackzzilaMylesBorins
authored andcommitted
doc: fix net.Socket link inconsistencies
PR-URL: #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>
1 parent 6bf816f commit 171cbb1
Copy full SHA for 171cbb1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/tty.md‎

Copy file name to clipboardExpand all lines: doc/api/tty.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.