Skip to content

Commit 743b42b

Browse files
committed
docs: add missing backticks
1 parent a453616 commit 743b42b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ and
2525

2626
will generate a warning.
2727

28-
STL containers for which operator[] is well-defined for all inputs are excluded from this check (e.g.: std::map::operator[]).
28+
STL containers for which operator[] is well-defined for all inputs are excluded
29+
from this check (e.g.: ``std::map::operator[]``).
2930

3031
This check enforces part of the `SL.con.3
3132
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors>`

0 commit comments

Comments
 (0)