Skip to content

Commit 1bf3faf

Browse files
committed
Fixed typo.
1 parent beb5156 commit 1bf3faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/internal/operators/OperatorOnBackpressureBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import rx.Subscriber;
2525

2626
/**
27-
* Operator that uses blocks the producer thread in case a backpressure is needed.
27+
* Operator that blocks the producer thread in case a backpressure is needed.
2828
*/
2929
public class OperatorOnBackpressureBlock<T> implements Operator<T, T> {
3030
final int max;

0 commit comments

Comments
 (0)