Skip to content

Commit 17d719d

Browse files
authored
Merge pull request #7 from diffblue/20240524-typo-in-readme
Fix typo in README.md
2 parents 5e47094 + d89fa12 commit 17d719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
```
3939

4040
Annotations placed on packages affect tests for all classes and methods under test in that package.
41-
Annotations placed on classes affect tests for that class and all it's methods under test, overriding package level annotations.
41+
Annotations placed on classes affect tests for that class and all its methods under test, overriding package level annotations.
4242
Annotations placed on methods affect just that method under test, overriding package and class level annotations.
4343

4444
The annotations will be respected by Diffblue Cover via both command line and IntelliJ Plugin.

0 commit comments

Comments
 (0)