Skip to content

Commit d7b8ffb

Browse files
committed
Javadoc
1 parent 8fb6551 commit d7b8ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/function/Failable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
* This class provides utility functions, and classes for working with the {@code java.util.function} package, or more
4141
* generally, with Java 8 lambdas. More specifically, it attempts to address the fact that lambdas are supposed not to
42-
* throw Exceptions, at least not checked Exceptions, AKA instances of {@link Exception}. This enforces the use of
42+
* throw Exceptions, at least not checked Exceptions, like instances of {@link Exception}. This enforces the use of
4343
* constructs like:
4444
*
4545
* <pre>{@code

0 commit comments

Comments
 (0)