@@ -165,7 +165,7 @@ public final class Constants {
165165 * <p>Supported values include names of enum constants defined in
166166 * {@link org.junit.jupiter.api.parallel.ExecutionMode}, ignoring case.
167167 *
168- * <p>If not specified, it will be resolve into the same value as
168+ * <p>If not specified, it will be resolved into the same value as
169169 * {@link #DEFAULT_PARALLEL_EXECUTION_MODE}.
170170 *
171171 * @see org.junit.jupiter.api.parallel.Execution
@@ -194,7 +194,7 @@ public final class Constants {
194194 * Property name used to set the desired parallelism for the {@code fixed}
195195 * configuration strategy: {@value}
196196 *
197- * <p>No default value; must be an integer.
197+ * <p>No default value; must be a positive integer.
198198 *
199199 * @since 5.3
200200 */
@@ -207,7 +207,7 @@ public final class Constants {
207207 * available processors/cores to determine the desired parallelism for the
208208 * {@code dynamic} configuration strategy: {@value}
209209 *
210- * <p>Value must be a decimal number; defaults to {@code 1}.
210+ * <p>Value must be a positive decimal number; defaults to {@code 1}.
211211 *
212212 * @since 5.3
213213 */
@@ -232,7 +232,7 @@ public final class Constants {
232232 *
233233 * <p>The value of this property will be used unless overridden by a more
234234 * specific property or a {@link org.junit.jupiter.api.Timeout @Timeout}
235- * annotation present on the method or an enclosing test class (for testable
235+ * annotation present on the method or on an enclosing test class (for testable
236236 * methods).
237237 *
238238 * <p>Please refer to the <a href="#supported-values-timeouts">class
@@ -249,7 +249,7 @@ public final class Constants {
249249 *
250250 * <p>The value of this property will be used unless overridden by a more
251251 * specific property or a {@link org.junit.jupiter.api.Timeout @Timeout}
252- * annotation present on the testable method or an enclosing test class.
252+ * annotation present on the testable method or on an enclosing test class.
253253 *
254254 * <p>This property overrides the {@value #DEFAULT_TIMEOUT_PROPERTY_NAME}
255255 * property.
@@ -269,7 +269,7 @@ public final class Constants {
269269 *
270270 * <p>The value of this property will be used unless overridden by a
271271 * {@link org.junit.jupiter.api.Timeout @Timeout} annotation present on the
272- * {@link org.junit.jupiter.api.Test @Test} method or an enclosing test
272+ * {@link org.junit.jupiter.api.Test @Test} method or on an enclosing test
273273 * class.
274274 *
275275 * <p>This property overrides the
@@ -290,7 +290,7 @@ public final class Constants {
290290 *
291291 * <p>The value of this property will be used unless overridden by a
292292 * {@link org.junit.jupiter.api.Timeout @Timeout} annotation present on the
293- * {@link org.junit.jupiter.api.TestTemplate @TestTemplate} method or an
293+ * {@link org.junit.jupiter.api.TestTemplate @TestTemplate} method or on an
294294 * enclosing test class.
295295 *
296296 * <p>This property overrides the
@@ -311,7 +311,7 @@ public final class Constants {
311311 *
312312 * <p>The value of this property will be used unless overridden by a
313313 * {@link org.junit.jupiter.api.Timeout @Timeout} annotation present on the
314- * {@link org.junit.jupiter.api.TestFactory @TestFactory} method or an
314+ * {@link org.junit.jupiter.api.TestFactory @TestFactory} method or on an
315315 * enclosing test class.
316316 *
317317 * <p>This property overrides the
0 commit comments