[clang] [NFC][clang] Fix typo in ReleaseNotes (PR #111930)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 17:14:56 PDT 2024


https://github.com/yronglin created https://github.com/llvm/llvm-project/pull/111930

Fix a typo in ReleaseNotes that introduced by https://github.com/llvm/llvm-project/pull/86960.

>From c874daa3829eefeaf8b329f58c3964e80c478f22 Mon Sep 17 00:00:00 2001
From: yronglin <yronglin777 at gmail.com>
Date: Fri, 11 Oct 2024 08:13:35 +0800
Subject: [PATCH] [NFC][clang] Fix typo in ReleaseNotes

Signed-off-by: yronglin <yronglin777 at gmail.com>
---
 clang/docs/ReleaseNotes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e48835d4738007..df165b91252505 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -172,7 +172,7 @@ C++23 Feature Support
 - Removed the restriction to literal types in constexpr functions in C++23 mode.
 
 - Extend lifetime of temporaries in mem-default-init for P2718R0. Clang now fully
-  supported `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_.
+  supports `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_.
 
 C++20 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^



More information about the cfe-commits mailing list