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-lang.git

commit d08dc8bbf4392f5a234612d74573cf85b7d11fac
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 4 15:23:56 2024 -0500

    Fix Javadoc typo
---
 src/main/java/org/apache/commons/lang3/LocaleUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/LocaleUtils.java 
b/src/main/java/org/apache/commons/lang3/LocaleUtils.java
index 39b81a490..f057c7625 100644
--- a/src/main/java/org/apache/commons/lang3/LocaleUtils.java
+++ b/src/main/java/org/apache/commons/lang3/LocaleUtils.java
@@ -158,7 +158,7 @@ public class LocaleUtils {
     /**
      * Tests whether a Locale's language is undetermined.
      * <p>
-     * A Locale's language tag is undetermined if it's value is {@code "und"}. 
If a language is empty, or not well-formed (for example, "a" or"e2"), it will be
+     * A Locale's language tag is undetermined if it's value is {@code "und"}. 
If a language is empty, or not well-formed (for example, "a" or "e2"), it will 
be
      * equal to {@code "und"}.
      * </p>
      *

Reply via email to