Skip to content

Commit dcdc905

Browse files
Marc Hernández CabotMylesBorins
Marc Hernández Cabot
authored andcommitted
doc: fix typo in stream.md
PR-URL: #14364 Fixes: #14362 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 594e3c2 commit dcdc905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ user programs.
19221922

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

19271927
#### Class: stream.PassThrough
19281928

0 commit comments

Comments
 (0)