Skip to content

Commit c5f1557

Browse files
committed
Fix a small typo
1 parent 99d1355 commit c5f1557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/reactivex/rxjava4/core/Streamable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ static <T, R> Streamable<T> using(Supplier<? extends R> resourceSupplier,
598598
* If any of the sources is shorter than the rest or any of them fails, the
599599
* sequence is completed early normally or with an exception, respectively.
600600
* @param <T> the common element type of the sequences
601-
* @param sources the iterable sequence of the source {@code Streamable}s
601+
* @param sources the {@link Iterable} sequence of the source {@code Streamable}s
602602
* @return the new {@code Streamable} instance
603-
* @throws NullPointerException if {@code sources} is {@&ode null}
603+
* @throws NullPointerException if {@code sources} is {@code null}
604604
*/
605605
@CheckReturnValue
606606
@NonNull

0 commit comments

Comments
 (0)