Skip to content

Commit 4ecee58

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

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
@@ -22,7 +22,7 @@ Example
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
2424
outside the parentheses. In other words, removing the parentheses will not
25-
affect the semantic.
25+
affect the semantics.
2626

2727
.. code-block:: c++
2828

0 commit comments

Comments
 (0)