Skip to content

Commit 8f51d2d

Browse files
lxsmnsycakarnokd
authored andcommitted
Correction for Maybe.count doc typo (#6483)
Resolves #6481
1 parent 1830453 commit 8f51d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Maybe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,7 @@ public final Single<Boolean> contains(final Object item) {
24892489
}
24902490

24912491
/**
2492-
* Returns a Maybe that counts the total number of items emitted (0 or 1) by the source Maybe and emits
2492+
* Returns a Single that counts the total number of items emitted (0 or 1) by the source Maybe and emits
24932493
* this count as a 64-bit Long.
24942494
* <p>
24952495
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/longCount.png" alt="">

0 commit comments

Comments
 (0)