From 8b1125ba3ab9aca52680aea41e9b7f3d64988fc3 Mon Sep 17 00:00:00 2001 From: Tacet <4922191+AdvenamTacet@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:46:45 +0100 Subject: [PATCH] Fix typos --- libcxx/docs/ReleaseNotes/18.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst index a213ecdda0d789..fcd630e09b449f 100644 --- a/libcxx/docs/ReleaseNotes/18.rst +++ b/libcxx/docs/ReleaseNotes/18.rst @@ -126,7 +126,7 @@ Improvements and New Features - AddressSanitizer annotations have been added to ``std::basic_string``. These annotations are enabled for all allocators by default. - It's only enable for long string, string using the small buffer optimization are not annotated. + It's only enabled for long strings, strings using the small buffer optimization are not annotated. - The libc++ source code has been formatted with ``clang-format``. This `discourse thread `_