diff --git a/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst b/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst index 80cea089564e4..bfeb7cfce4334 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone/macro-parentheses.rst @@ -19,5 +19,5 @@ with parentheses. This ensures that the argument value is calculated properly. This check corresponds to the CERT C Coding Standard rule -`PRE20-C. Macro replacement lists should be parenthesized. +`PRE02-C. Macro replacement lists should be parenthesized. `_