Skip to content

Commit 02df3e5

Browse files
authored
Fix typo: county -> country. Improve Javadoc @link with WritesDefaultLocale (#5644)
1 parent f66dde6 commit 02df3e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

junit-jupiter-api/src/main/java/org/junit/jupiter/api/util/DefaultLocale.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
* <li>using a {@link Locale.Builder Locale.Builder} together with
3535
* <ul>
3636
* <li>a language</li>
37-
* <li>a language and a county</li>
38-
* <li>a language, a county, and a variant</li>
37+
* <li>a language and a country</li>
38+
* <li>a language, a country, and a variant</li>
3939
* </ul>
4040
* </li>
4141
* </ul>
@@ -62,7 +62,7 @@
6262
* <a href="https://docs.junit.org/current/writing-tests/parallel-execution.html">parallel test execution</a>,
6363
* all tests annotated with {@link DefaultLocale @DefaultLocale},
6464
* {@link ReadsDefaultLocale @ReadsDefaultLocale}, and
65-
* {@link WritesDefaultLocale} are scheduled in a way that guarantees
65+
* {@link WritesDefaultLocale @WritesDefaultLocale} are scheduled in a way that guarantees
6666
* correctness under mutation of shared global state.
6767
*
6868
* <p>For more details and examples, see the

0 commit comments

Comments
 (0)