diff --git a/src/main/java/io/reactivex/Completable.java b/src/main/java/io/reactivex/Completable.java index f0e57a6a11..4c4000838a 100644 --- a/src/main/java/io/reactivex/Completable.java +++ b/src/main/java/io/reactivex/Completable.java @@ -2182,7 +2182,8 @@ public final Flowable toFlowable() { * * * @param the value type - * @return a {@link Maybe} that emits a single item T or an error. + * @return a {@link Maybe} that only calls {@code onComplete} or {@code onError}, based on which one is + * called by the source Completable. */ @CheckReturnValue @SuppressWarnings("unchecked")