diff options
-rw-r--r-- | libcxx/docs/ReleaseNotes/18.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst index b868b37..7d6331a 100644 --- a/libcxx/docs/ReleaseNotes/18.rst +++ b/libcxx/docs/ReleaseNotes/18.rst @@ -127,7 +127,7 @@ Improvements and New Features - AddressSanitizer annotations have been added to ``std::basic_string``. -- The libc++ source code has been formatted with ``clang-format``. This +- The libc++ source code has been formatted with ``clang-format``. This `discourse thread <https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all>`_ contains information how to rebase downstream patches. |