Skip to content

Commit

Permalink
doc: fix typo in stream.md
Browse files Browse the repository at this point in the history
PR-URL: #14364
Fixes: #14362
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
Marc Hernández Cabot authored and Fishrock123 committed Jul 24, 2017
1 parent 0197ba0 commit f1b09c0
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 f1b09c0

Please sign in to comment.