File tree Expand file tree Collapse file tree
junit-jupiter-api/src/main/java/org/junit/jupiter/api/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments