Browse Source

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>
v6.x
Marc Hernández Cabot 8 years ago
committed by Myles Borins
parent
commit
dcdc9053b4
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 2
      doc/api/stream.md

2
doc/api/stream.md

@ -1922,7 +1922,7 @@ user programs.
`transform._transform()` is never called in parallel; streams implement a `transform._transform()` is never called in parallel; streams implement a
queue mechanism, and to receive the next chunk, `callback` must be queue mechanism, and to receive the next chunk, `callback` must be
called, either synchronously or asychronously. called, either synchronously or asynchronously.
#### Class: stream.PassThrough #### Class: stream.PassThrough

Loading…
Cancel
Save