Skip to content

Commit 8cad29a

Browse files
committed
[clang-tidy] fix pr comments
1 parent 50e5241 commit 8cad29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Changes in existing checks
108108

109109
- Improved :doc:`misc-const-correctness
110110
<clang-tidy/checks/misc/const-correctness>` check by adding
111-
the option ``AllowedTypes``, that excludes specified types
111+
the option `AllowedTypes`, that excludes specified types
112112
from const-correctness checking.
113113

114114
- Improved :doc:`misc-redundant-expression

clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Options
205205
with suffix `Ref`, `ref`, `Reference` and `reference`.
206206
If a name in the list contains the sequence `::`, it is matched against
207207
the qualified type name (i.e. `namespace::Type`), otherwise it is matched
208-
against only the type name (i.e. `Type`).
208+
against only the type name (i.e. ``Type``).

0 commit comments

Comments
 (0)