Javadoc typo.

This commit is contained in:
Gary Gregory 2021-11-12 15:12:04 -05:00
parent ffc32f6665
commit 6dc8492caf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.apache.commons.lang3.exception;
/**
* Abstracts the concept of wrapping a checked exception as unchecked.
* <p>
* Subclasses should only be used to wrapped checked exception.
* Subclasses should only be used to wrap checked exception.
* </p>
*
* @since 3.13.0