This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 3bb3568a Javadoc 3bb3568a is described below commit 3bb3568a12f24c7b38e21b2042d77423f05ce7c3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 15 15:30:25 2023 -0400 Javadoc --- src/main/java/org/apache/commons/text/numbers/ParsedDecimal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/numbers/ParsedDecimal.java b/src/main/java/org/apache/commons/text/numbers/ParsedDecimal.java index 3570aa9a..943845d7 100644 --- a/src/main/java/org/apache/commons/text/numbers/ParsedDecimal.java +++ b/src/main/java/org/apache/commons/text/numbers/ParsedDecimal.java @@ -453,7 +453,7 @@ final class ParsedDecimal { } /** - * Gets sthe exponent that would be used when representing this number in scientific + * Gets the exponent that would be used when representing this number in scientific * notation (i.e., with a single non-zero digit in front of the decimal point). * @return the exponent that would be used when representing this number in scientific * notation