doc: fix typo in stream.md
PR-URL: https://github.com/nodejs/node/pull/14364 Fixes: https://github.com/nodejs/node/issues/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>
This commit is contained in:
parent
6a5bdfb97e
commit
4d5ae3022c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user