Skip to content

Commit fa66030

Browse files
Fix release note
1 parent 631496b commit fa66030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ Changes in existing checks
320320

321321
- Improved :doc:`misc-const-correctness
322322
<clang-tidy/checks/misc/const-correctness>` check to avoid false
323-
positives when pointers is tranferred to non-const references and check by fixing false positives
324-
of function pointer.
323+
positives when pointers is tranferred to non-const references
324+
and check by fixing false positives of function pointer.
325325

326326
- Improved :doc:`misc-header-include-cycle
327327
<clang-tidy/checks/misc/header-include-cycle>` check performance.

0 commit comments

Comments
 (0)