Skip to content

Commit 464022d

Browse files
committed
Revise wording
1 parent 22af4a2 commit 464022d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <em>class template</em>.
2828
*
2929
* <p>In contrast to regular test classes, a class template is not directly
30-
* a test class but rather a template for a set of test classes. As such, it is
30+
* a test class but rather a template for a set of test cases. As such, it is
3131
* designed to be invoked multiple times depending on the number of {@linkplain
3232
* org.junit.jupiter.api.extension.ClassTemplateInvocationContext invocation contexts}
3333
* returned by the registered {@linkplain

0 commit comments

Comments
 (0)