Skip to content

Commit eda529e

Browse files
committed
apply suggestion
1 parent 101d19b commit eda529e

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
@@ -207,7 +207,7 @@ Changes in existing checks
207207
- Improved :doc:`misc-unconventional-assign-operator
208208
<clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
209209
false positives when copy assignment operator function in a template class
210-
returns the result of another assignment to ``*this``(``return *this=...``).
210+
returns the result of another assignment to ``*this`` (``return *this=...``).
211211

212212
- Improved :doc:`misc-unused-using-decls
213213
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives

0 commit comments

Comments
 (0)