From d89fa12d29e69bcd605b1b74469976655fb5deb0 Mon Sep 17 00:00:00 2001 From: TGWDB <77270157+TGWDB@users.noreply.github.com> Date: Fri, 24 May 2024 13:27:10 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f7679..5ab534e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ dependencies { ``` Annotations placed on packages affect tests for all classes and methods under test in that package. -Annotations placed on classes affect tests for that class and all it's methods under test, overriding package level annotations. +Annotations placed on classes affect tests for that class and all its methods under test, overriding package level annotations. Annotations placed on methods affect just that method under test, overriding package and class level annotations. The annotations will be respected by Diffblue Cover via both command line and IntelliJ Plugin.