Skip to content

Commit 3301075

Browse files
committed
Fix typos
1 parent 60e567e commit 3301075

File tree

1 file changed

+2
-2
lines changed
  • junit-jupiter-api/src/main/java/org/junit/jupiter/api

1 file changed

+2
-2
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/Timeout.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@
358358
ThreadMode threadMode() default ThreadMode.INFERRED;
359359

360360
/**
361-
* {@code ThreadMode} is use to define whether the test code should be executed in the thread
362-
* of the calling code or in a separated thread.
361+
* {@code ThreadMode} is used to define whether test code should be executed
362+
* in the thread of the calling code or in a separate thread.
363363
*
364364
* @since 5.9
365365
*/

0 commit comments

Comments
 (0)