Skip to content

Commit 0a6ff05

Browse files
authored
Merge pull request #2079 from jakartaee/issue_1460
#1460: fix typo in Locale.forLanguageTag
2 parents b2045df + 27c2806 commit 0a6ff05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/asciidoc/RequestProcessingLifecycle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ __language[{-|\_}country[{-|_}variant]]__ without the colons, for example
10621062
’ ___ ’.
10631063

10641064
To facilitate BCP 47 support, the Locale
1065-
parsing mentioned above is done only if the JDK Locale.languageForTag
1065+
parsing mentioned above is done only if the JDK Locale.forLanguageTag
10661066
method does not return a Locale with a language in it. The additional
10671067
format of the Locale string is as specified by that method.
10681068

0 commit comments

Comments
 (0)