Skip to content

Commit 774c953

Browse files
authored
[NFC][clang] Fix typo in ReleaseNotes (#111930)
Fix a typo in ReleaseNotes that introduced by #86960. Signed-off-by: yronglin <[email protected]>
1 parent 0add174 commit 774c953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ C++23 Feature Support
172172
- Removed the restriction to literal types in constexpr functions in C++23 mode.
173173

174174
- Extend lifetime of temporaries in mem-default-init for P2718R0. Clang now fully
175-
supported `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_.
175+
supports `P2718R0 Lifetime extension in range-based for loops <https://wg21.link/P2718R0>`_.
176176

177177
C++20 Feature Support
178178
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)