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 4a18e51 commit c6f3ebdCopy full SHA for c6f3ebd
doc/api/stream.md
@@ -1108,7 +1108,7 @@ implement streams using JavaScript's prototypal inheritance model.
1108
1109
First, a stream developer would declare a new JavaScript class that extends one
1110
of the four basic stream classes (`stream.Writable`, `stream.Readable`,
1111
-`stream.Duplex`, or `stream.Transform`), making sure the call the appropriate
+`stream.Duplex`, or `stream.Transform`), making sure they call the appropriate
1112
parent class constructor:
1113
1114
```js
0 commit comments