Skip to content

Commit

Permalink
doc: fix typo in streams.md
Browse files Browse the repository at this point in the history
PR-URL: #12428
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
jpbamberg1993 authored and addaleax committed Apr 15, 2017
1 parent e125f17 commit a6e4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ implement streams using JavaScript's prototypal inheritance model.

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

```js
Expand Down

0 comments on commit a6e4162

Please sign in to comment.