Skip to content

Commit 984232c

Browse files
jpbamberg1993evanlucas
authored andcommitted
doc: fix typo in streams.md
PR-URL: #12428 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 060b63e commit 984232c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ implement streams using JavaScript's prototypal inheritance model.
11221122

11231123
First, a stream developer would declare a new JavaScript class that extends one
11241124
of the four basic stream classes (`stream.Writable`, `stream.Readable`,
1125-
`stream.Duplex`, or `stream.Transform`), making sure the call the appropriate
1125+
`stream.Duplex`, or `stream.Transform`), making sure they call the appropriate
11261126
parent class constructor:
11271127

11281128
```js

0 commit comments

Comments
 (0)