We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecee58 commit b03d891Copy full SHA for b03d891
clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst
@@ -5,7 +5,7 @@ readability-redundant-parentheses
5
6
Detect redundant parentheses.
7
8
-When modifying the code, one often forgets to remove the corresponding parentheses.
+When modifying code, one often forgets to remove the corresponding parentheses.
9
This results in overly lengthy code. When the expression is complex, finding
10
the matching parentheses becomes particularly difficult.
11
0 commit comments