[libcxx][doc][nfc] Fixed typo in doc

This commit is contained in:
Vy Nguyen 2022-01-21 10:17:28 -05:00
parent 3c9e3dada9
commit 9900acacfb

View file

@ -36,7 +36,7 @@ Design
======
* Annotate the two definitions of ``std::unique_ptr`` with ``clang::trivial_abi`` attribute.
* Put the attribuate behind a flag because this change has potential compilation and runtime breakages.
* Put the attribute behind a flag because this change has potential compilation and runtime breakages.
This comes with some side effects: