Skip to content

Commit a437d9d

Browse files
Marc Hernández Cabotnoviluni
authored andcommitted
doc: fix typo in stream.md
Fixes: #14362
1 parent 030a028 commit a437d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ user programs.
20352035

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

20402040
#### Class: stream.PassThrough
20412041

0 commit comments

Comments
 (0)