Skip to content

Commit

Permalink
Fix copy-paste error in ReactorTemplates Javadoc (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored Jun 9, 2022
1 parent 5366eff commit 268766a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Flux<S> after(Flux<T> flux, Function<? super T, ? extends Publisher<? extends S>
}

/**
* Prefer {@link Flux#concatMapIterable(Function)} over {@link Flux#concatMapIterable(Function)},
* as the former has equivalent semantics but a clearer name.
* Prefer {@link Flux#concatMapIterable(Function)} over {@link Flux#flatMapIterable(Function)}, as
* the former has equivalent semantics but a clearer name.
*/
static final class FluxConcatMapIterable<T, S> {
@BeforeTemplate
Expand Down

0 comments on commit 268766a

Please sign in to comment.