From 6dc8492caf5b1a99270ca845a28f9469006afc70 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 12 Nov 2021 15:12:04 -0500 Subject: [PATCH] Javadoc typo. --- .../org/apache/commons/lang3/exception/UncheckedException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java b/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java index 66c22787c..5fdd33742 100644 --- a/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java +++ b/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java @@ -19,7 +19,7 @@ package org.apache.commons.lang3.exception; /** * Abstracts the concept of wrapping a checked exception as unchecked. *

- * Subclasses should only be used to wrapped checked exception. + * Subclasses should only be used to wrap checked exception. *

* * @since 3.13.0