Skip to content

Commit f02db78

Browse files
author
Maria Kusber
committed
Fix typo in javadoc
1 parent 9dce005 commit f02db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/diffblue/cover/annotations/MethodsUnderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.lang.annotation.Target;
2222

2323
/**
24-
* Indicates the method being tested in the annotated test method. Diffblue Cover attaches this
24+
* Indicates the methods being tested in the annotated test method. Diffblue Cover attaches this
2525
* annotation to all tests that it creates.
2626
*/
2727
@Retention(SOURCE)

0 commit comments

Comments
 (0)