X Tutup
Skip to content

Commit 38cab79

Browse files
committed
Typos
1 parent b0cb7c4 commit 38cab79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 4 - Concurrency/4. Backpressure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Output
7979

8080
The are similar operators that can serve the same purpose.
8181
* The [throttle](/Part 3 - Taming the sequence/5. Time-shifted sequences.md#throttling) family of operators also filters on rate, but allows you to speficy in a diffent way which element to let through when stressed.
82-
* [Debounce](/Part 3 - Taming the sequence/5. Time-shifted sequences.md#debouncing) does not cut the rate to fixed maximum. Instead, it will completely remove any burst of information and replace it with a single value.
82+
* [Debounce](/Part 3 - Taming the sequence/5. Time-shifted sequences.md#debouncing) does not cut the rate to a fixed maximum. Instead, it will completely remove any burst of information and replace it with a single value.
8383

8484
#### Collect
8585

0 commit comments

Comments
 (0)
X Tutup