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 gibfahn committed May 15, 2017
1 parent a8436d9 commit af00d76
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 @@ -1108,7 +1108,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 af00d76

Please sign in to comment.