[clang-tidy][doc] Fix incorrect link syntax in cppcoreguidelines-pro-… (#170088)

…bounds-avoid-unchecked-container-access

Missing a trailing underscore to render it as a link.

Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
This commit is contained in:
Carlos Galvez
2025-12-01 09:50:19 +01:00
committed by GitHub
parent 147c466bcd
commit eb711d8e14

View File

@@ -29,9 +29,9 @@ STL containers for which ``operator[]`` is well-defined for all inputs are
excluded from this check (e.g.: ``std::map::operator[]``).
This check enforces part of the `SL.con.3
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors>`
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#slcon3-avoid-bounds-errors>`_
guideline and is part of the `Bounds Safety (Bounds 4)
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-arrayindex>`
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-arrayindex>`_
profile from the C++ Core Guidelines.
Options