Skip to content

Commit e4bc989

Browse files
committed
[Clang] Fix typo in ReleaseNotes.rst
1 parent 013c7d1 commit e4bc989

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
@@ -112,7 +112,7 @@ C++2b Feature Support
112112

113113
- Implemented `P2036R3: Change scope of lambda trailing-return-type <https://wg21.link/P2036R3>`_
114114
and `P2579R0 Mitigation strategies for P2036 <https://wg21.link/P2579R0>`_.
115-
This proposals modify how variables captured in lambdas can appear in trailing return type
115+
These proposals modify how variables captured in lambdas can appear in trailing return type
116116
expressions and how their types are deduced therein, in all C++ language versions.
117117

118118
CUDA/HIP Language Changes in Clang

0 commit comments

Comments
 (0)