Skip to content

Commit ed89910

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -204,5 +204,5 @@ Options
204204
Regular expressions are accepted, e.g. `[Rr]ef(erence)?$` matches every type
205205
with suffix `Ref`, `ref`, `Reference` and `reference`.
206206
If a name in the list contains the sequence `::`, it is matched against
207-
the qualified type name (i.e. `namespace::Type`), otherwise it is matched
207+
the qualified type name (i.e. ``namespace::Type``), otherwise it is matched
208208
against only the type name (i.e. ``Type``).

0 commit comments

Comments
 (0)