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 c6f3ebd

Browse filesBrowse files
jpbamberg1993MylesBorins
authored andcommitted
doc: fix typo in streams.md
PR-URL: #12428 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4a18e51 commit c6f3ebd
Copy full SHA for c6f3ebd

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ implement streams using JavaScript's prototypal inheritance model.
11081108

11091109
First, a stream developer would declare a new JavaScript class that extends one
11101110
of the four basic stream classes (`stream.Writable`, `stream.Readable`,
1111-
`stream.Duplex`, or `stream.Transform`), making sure the call the appropriate
1111+
`stream.Duplex`, or `stream.Transform`), making sure they call the appropriate
11121112
parent class constructor:
11131113

11141114
```js

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.