diff --git a/src/java.base/share/classes/java/util/function/package-info.java b/src/java.base/share/classes/java/util/function/package-info.java index 01f6937f504..41ea6df34d5 100644 --- a/src/java.base/share/classes/java/util/function/package-info.java +++ b/src/java.base/share/classes/java/util/function/package-info.java @@ -109,16 +109,16 @@ * * * - *

Hanndling null

+ *

Handling null

* * The interfaces in this package focus on defining the * structure of the functional interfaces; the exact - * semantics of the methods on null arguments and whether or now not a + * semantics of the methods on null arguments and whether or not a * return value can be null is largely left to particular * implementations of the interfaces. Therefore, unless otherwise * specified for arguments and return values that have a reference - * type, arguments to methods may be null and the the return value may - * be null. + * type, arguments to methods may be null and the return value may be + * null. * * @see java.lang.FunctionalInterface * @since 1.8