Skip to content

Commit 9612175

Browse files
committed
[libc++][NFC] Remove stray backtick in documentation
1 parent 8418955 commit 9612175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/Hardening.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Vendors can use the following ABI options to enable additional hardening checks:
341341

342342
ABI impact: changes the iterator type of ``vector`` (except ``vector<bool>``).
343343

344-
- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR``` -- tracks the bounds of the array stored inside
344+
- ``_LIBCPP_ABI_BOUNDED_UNIQUE_PTR`` -- tracks the bounds of the array stored inside
345345
a ``std::unique_ptr<T[]>``, allowing it to trap when accessed out-of-bounds. This
346346
requires the ``std::unique_ptr`` to be created using an API like ``std::make_unique``
347347
or ``std::make_unique_for_overwrite``, otherwise the bounds information is not available

0 commit comments

Comments
 (0)