diff --git a/libraries/tools/abi-validation/README.md b/libraries/tools/abi-validation/README.md index fc6a795e25e1e..93ea405d077ac 100644 --- a/libraries/tools/abi-validation/README.md +++ b/libraries/tools/abi-validation/README.md @@ -4,7 +4,7 @@ # Binary compatibility validator -The tool allows to dump binary API of a Kotlin library that is public in sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that make this change binary incompatible. +The tool allows dumping binary API of a JVM part of a Kotlin library that is public in the sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that makes this change binary incompatible. ## Contents