This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 09bffd68f Fix comment to clarify comparison of lambda versions (#1752)
09bffd68f is described below
commit 09bffd68fea99a739ca0668d2b50dd1d944c431a
Author: Konrad Windszus <[email protected]>
AuthorDate: Sat Jul 25 13:39:12 2026 +0200
Fix comment to clarify comparison of lambda versions (#1752)
---
src/main/java/org/apache/commons/lang3/function/Failable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/function/Failable.java
b/src/main/java/org/apache/commons/lang3/function/Failable.java
index bdadde347..f3e4264ca 100644
--- a/src/main/java/org/apache/commons/lang3/function/Failable.java
+++ b/src/main/java/org/apache/commons/lang3/function/Failable.java
@@ -64,7 +64,7 @@
* }</pre>
*
* <p>
- * Obviously, the second version is much more concise and the spirit of Lambda
expressions is met better than the second
+ * Obviously, the second version is much more concise and the spirit of Lambda
expressions is met better than the first
* version.
* </p>
*