clang release notes: improve the wording
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Oct 2021 20:25:33 +0000 (22:25 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Oct 2021 20:26:11 +0000 (22:26 +0200)
clang/docs/ReleaseNotes.rst

index e98a3fe..f32ea39 100644 (file)
@@ -51,7 +51,7 @@ Major New Features
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise with boolean operands which have side effects.
+- -Wbitwise-instead-of-logical (part of -Wbool-operation) warns about use of bitwise operators with boolean operands which have side effects.
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------