Skip to content

Commit

Permalink
Merge pull request #1360 from smallrye/doc/repeat-whilst
Browse files Browse the repository at this point in the history
Fix description of the UniRepeat::whilst method
  • Loading branch information
jponge authored Sep 4, 2023
2 parents 7ab2878 + d4ee818 commit 2c4872a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public Multi<T> until(Predicate<T> predicate) {
* If the Uni propagates a failure, the failure is propagated and the repetition stopped.
*
* @param predicate the predicate, must not be {@code null}
* @return the {@link Multi} containing the items from the upstream {@link Uni}, resubscribed until the predicate
* @return the {@link Multi} containing the items from the upstream {@link Uni}, resubscribed whilst the predicate
* returns {@code true}.
*/
@CheckReturnValue
Expand Down

0 comments on commit 2c4872a

Please sign in to comment.