forked from OSchip/llvm-project
docs: correct SPHNIX document reference
The trailing `>` was missing, which resulted in the reference not being processed properly.
This commit is contained in:
parent
a4a426c9e0
commit
f1e8ceb305
|
@ -91,7 +91,7 @@ New checks
|
|||
variables and function parameters only.
|
||||
|
||||
|
||||
- New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer` check.
|
||||
- New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer>` check.
|
||||
|
||||
Finds cases where code could use ``data()`` rather than the address of the
|
||||
element at index 0 in a container.
|
||||
|
|
Loading…
Reference in New Issue