Skip to content

Commit 6f8ebc0

Browse files
watsontargos
authored andcommitted
doc: unify spelling of backpressure
PR-URL: #21630 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 25dac95 commit 6f8ebc0

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
@@ -637,7 +637,7 @@ state, attaching a listener for the `'data'` event, calling the
637637
`readable.readableFlowing` to `true`, causing the `Readable` to begin
638638
actively emitting events as data is generated.
639639

640-
Calling `readable.pause()`, `readable.unpipe()`, or receiving "back pressure"
640+
Calling `readable.pause()`, `readable.unpipe()`, or receiving backpressure
641641
will cause the `readable.readableFlowing` to be set as `false`,
642642
temporarily halting the flowing of events but *not* halting the generation of
643643
data. While in this state, attaching a listener for the `'data'` event

0 commit comments

Comments
 (0)