Commit f1e8ceb3 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

docs: correct SPHNIX document reference

The trailing `>` was missing, which resulted in the reference not being
processed properly.
parent a4a426c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.