Skip to content

Commit

Permalink
Fix typo in Publisher.from(T, T, T) javadoc (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored Mar 16, 2021
1 parent ec26d27 commit 4d60e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@ public static <T> Publisher<T> from(@Nullable T v1, @Nullable T v2) {
*
* @param v1 The first value that the returned {@link Publisher} will emit.
* @param v2 The second value that the returned {@link Publisher} will emit.
* @param v3 The second value that the returned {@link Publisher} will emit.
* @param v3 The third value that the returned {@link Publisher} will emit.
* @param <T> Type of items emitted by the returned {@link Publisher}.
*
* @return A new {@link Publisher} that emits {@code v1}, {@code v2}, and {@code v3} to its {@link Subscriber} and
Expand Down

0 comments on commit 4d60e67

Please sign in to comment.