From 57d42c36bfdf3eca6c8884952ead69caa79c282f Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Fri, 31 Jul 2026 09:37:46 -0700 Subject: [PATCH] Fix typos found in code review. --- .../share/classes/java/util/function/package-info.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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