diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bc1756a9..920461856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ * Adds a new `--report-coverage` command line option for the `lint` and `analyze` subcommands, and an equivalent `report_coverage` configuration file setting. Coverage is measured against enabled rules (reflecting disablement of enabled rules via `swiftlint:disable`), and also against all linter - or analyzer rules (reflecting the usage of Swiftlint versus it's potential usage). + or analyzer rules (reflecting the actual usage of Swiftlint versus its potential). [Martin Redington](https://github.com/mildm8nnered) [#5907](https://github.com/realm/SwiftLint/issues/5907)