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 e210b4f commit 4ecee58Copy full SHA for 4ecee58
clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst
@@ -22,7 +22,7 @@ Example
22
Currently this check does not take into account the precedence of operations.
23
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
25
-affect the semantic.
+affect the semantics.
26
27
.. code-block:: c++
28
0 commit comments