We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306b166 commit b1b0f0bCopy full SHA for b1b0f0b
src/java.base/share/classes/java/util/stream/Stream.java
@@ -375,7 +375,7 @@ public interface Stream<T> extends BaseStream<T, Stream<T>> {
375
* </ul>
376
*
377
* <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
+ * information may be necessary for proper inference of the element type {@code <R>} of
379
* the returned stream. This can be provided in the form of explicit type declarations for
380
* the lambda parameters or as an explicit type argument to the {@code mapMulti} call.
381
0 commit comments