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
commit baf4b591e72a6c515d0779d6d9380dd736ad96fb Author: Gary Gregory <[email protected]> AuthorDate: Tue Aug 4 07:35:31 2026 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/Conversion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/Conversion.java b/src/main/java/org/apache/commons/lang3/Conversion.java index a128768c2..b91e52e76 100644 --- a/src/main/java/org/apache/commons/lang3/Conversion.java +++ b/src/main/java/org/apache/commons/lang3/Conversion.java @@ -719,7 +719,7 @@ public static boolean[] hexDigitToBinary(final char hexChar) { * Converts a hexadecimal digit into an int using the default (LSB0) bit ordering. * * <p> - * '1' is converted to 1 + * '1' is converted to 1. * </p> * * @param hexChar The hexadecimal digit to convert.
