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 292f21c commit 43e9125Copy full SHA for 43e9125
doc/api/stream.md
@@ -1122,7 +1122,7 @@ implement streams using JavaScript's prototypal inheritance model.
1122
1123
First, a stream developer would declare a new JavaScript class that extends one
1124
of the four basic stream classes (`stream.Writable`, `stream.Readable`,
1125
-`stream.Duplex`, or `stream.Transform`), making sure the call the appropriate
+`stream.Duplex`, or `stream.Transform`), making sure they call the appropriate
1126
parent class constructor:
1127
1128
```js
0 commit comments