We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1830453 commit 8f51d2dCopy full SHA for 8f51d2d
src/main/java/io/reactivex/Maybe.java
@@ -2489,7 +2489,7 @@ public final Single<Boolean> contains(final Object item) {
2489
}
2490
2491
/**
2492
- * Returns a Maybe that counts the total number of items emitted (0 or 1) by the source Maybe and emits
+ * Returns a Single that counts the total number of items emitted (0 or 1) by the source Maybe and emits
2493
* this count as a 64-bit Long.
2494
* <p>
2495
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/longCount.png" alt="">
0 commit comments