Skip to content

Commit b1b0f0b

Browse files
author
Stuart Marks
committed
8253066: typo in Stream.mapMulti
Reviewed-by: darcy, lancea
1 parent 306b166 commit b1b0f0b

File tree

1 file changed

+1
-1
lines changed
  • src/java.base/share/classes/java/util/stream

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/util/stream/Stream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public interface Stream<T> extends BaseStream<T, Stream<T>> {
375375
* </ul>
376376
*
377377
* <p>If a lambda expression is provided as the mapper function argument, additional type
378-
* information maybe be necessary for proper inference of the element type {@code <R>} of
378+
* information may be necessary for proper inference of the element type {@code <R>} of
379379
* the returned stream. This can be provided in the form of explicit type declarations for
380380
* the lambda parameters or as an explicit type argument to the {@code mapMulti} call.
381381
*

0 commit comments

Comments
 (0)