Fix word-typo (#1001)

This commit is contained in:
LeeJuHyun 2022-12-18 20:01:49 +09:00 committed by GitHub
parent 5a5f4f1c86
commit e3b4fc79df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9275,7 +9275,7 @@ public static String unwrap(final String str, final char wrapChar) {
}
/**
* Unwraps a given string from anther string.
* Unwraps a given string from another string.
*
* <pre>
* StringUtils.unwrap(null, null) = null