aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-01-22 08:48:58 -0500
committerLouis Dionne <ldionne.2@gmail.com>2024-01-22 08:48:58 -0500
commit8fab16c86c9860fa78022a97553761fcdccfa03e (patch)
tree9a1fb9189dcabdd8dde0b4f4b3c23fbcd86b7de2
parent490a09a02e81c0034aa08a800fa7a57ec6ef0767 (diff)
downloadllvm-8fab16c86c9860fa78022a97553761fcdccfa03e.zip
llvm-8fab16c86c9860fa78022a97553761fcdccfa03e.tar.gz
llvm-8fab16c86c9860fa78022a97553761fcdccfa03e.tar.bz2
[libc++][NFC] Remove trailing whitespace from release notes
-rw-r--r--libcxx/docs/ReleaseNotes/18.rst2
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.