Skip to content

Commit

Permalink
doc: fix typo in stream.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Hernández Cabot authored and noviluni committed Jul 19, 2017
1 parent 030a028 commit a437d9d
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 @@ -2035,7 +2035,7 @@ user programs.

`transform._transform()` is never called in parallel; streams implement a
queue mechanism, and to receive the next chunk, `callback` must be
called, either synchronously or asychronously.
called, either synchronously or asynchronously.

#### Class: stream.PassThrough

Expand Down

0 comments on commit a437d9d

Please sign in to comment.