From d3d45c1bc1bceaff94d1226dcce3b1f1325c2860 Mon Sep 17 00:00:00 2001 From: Martin Redington Date: Tue, 15 Aug 2023 23:50:05 +0100 Subject: [PATCH] fixed grammar --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cab388445..1b3fcace5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,8 +78,8 @@ [Martin Redington](https://github.com/mildm8nnered) [#5137](https://github.com/realm/SwiftLint/issues/5137) -* The `no_magic_numbers` rule will not trigger for the either operand of - bitwise shift operations. +* The `no_magic_numbers` rule will not trigger for bitwise shift + operations. [Martin Redington](https://github.com/mildm8nnered) [#5171](https://github.com/realm/SwiftLint/issues/5171)