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 `_