docs: correct SPHNIX document reference

The trailing `>` was missing, which resulted in the reference not being
processed properly.
This commit is contained in:
Saleem Abdulrasool 2021-09-16 17:42:51 +00:00
parent a4a426c9e0
commit f1e8ceb305
1 changed files with 1 additions and 1 deletions

View File

@ -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.