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 MylesBorins committed Sep 19, 2017
1 parent 594e3c2 commit dcdc905
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 @@ -1922,7 +1922,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 dcdc905

Please sign in to comment.