Skip to content

[NFC][clang] Fix typo in ReleaseNotes #111930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged

[NFC][clang] Fix typo in ReleaseNotes #111930

merged 1 commit into from
Oct 11, 2024

Conversation

yronglin
Copy link
Contributor

Fix a typo in ReleaseNotes that introduced by #86960.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Oct 11, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 11, 2024

@llvm/pr-subscribers-clang

Author: None (yronglin)

Changes

Fix a typo in ReleaseNotes that introduced by #86960.


Full diff: https://github.com/llvm/llvm-project/pull/111930.diff

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+1-1)
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
 ^^^^^^^^^^^^^^^^^^^^^

@yronglin yronglin merged commit 774c953 into llvm:main Oct 11, 2024
8 of 10 checks passed
DanielCChen pushed a commit to DanielCChen/llvm-project that referenced this pull request Oct 16, 2024
Fix a typo in ReleaseNotes that introduced by
llvm#86960.

Signed-off-by: yronglin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants