Skip to content

Commit

Permalink
doc: unify spelling of backpressure
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
watson authored and targos committed Jul 4, 2018
1 parent 25dac95 commit 6f8ebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ state, attaching a listener for the `'data'` event, calling the
`readable.readableFlowing` to `true`, causing the `Readable` to begin
actively emitting events as data is generated.

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

0 comments on commit 6f8ebc0

Please sign in to comment.