Skip to content

Commit db389c1

Browse files
committed
fix release notes
1 parent 311bc80 commit db389c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Changes in existing checks
209209
on ``operator""`` with template parameters.
210210

211211
- Improved :doc:`misc-unconventional-assign-operator
212-
<clang-tidy/checks/misc/misc-unconventional-assign-operator>` check by fixing
212+
<clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
213213
false positives when copy assignment operator function in a template class
214214
returns the result of another assignment to ``*this``(``return *this=...``).
215215

0 commit comments

Comments
 (0)