Skip to content

Commit b03d891

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst
Co-authored-by: Victor Chernyakin <[email protected]>
1 parent 4ecee58 commit b03d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readability-redundant-parentheses
55

66
Detect redundant parentheses.
77

8-
When modifying the code, one often forgets to remove the corresponding parentheses.
8+
When modifying code, one often forgets to remove the corresponding parentheses.
99
This results in overly lengthy code. When the expression is complex, finding
1010
the matching parentheses becomes particularly difficult.
1111

0 commit comments

Comments
 (0)