Skip to content

Commit d08dc8b

Browse files
committed
Fix Javadoc typo
1 parent 4686f8b commit d08dc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/LocaleUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private static boolean isISO639LanguageCode(final String str) {
158158
/**
159159
* Tests whether a Locale's language is undetermined.
160160
* <p>
161-
* 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
161+
* 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
162162
* equal to {@code "und"}.
163163
* </p>
164164
*

0 commit comments

Comments
 (0)