Skip to content

Commit e210b4f

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent 42aab95 commit e210b4f

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
@@ -21,7 +21,7 @@ Example
2121

2222
Currently this check does not take into account the precedence of operations.
2323
Even if the expression within the parentheses has a higher priority than that
24-
outside the parentheses, in other words, removing the parentheses will not
24+
outside the parentheses. In other words, removing the parentheses will not
2525
affect the semantic.
2626

2727
.. code-block:: c++

0 commit comments

Comments
 (0)