Skip to content

Commit 46ee530

Browse files
author
MalavikaSamak
committed
Addressed comment on the release notes.
1 parent a6cd351 commit 46ee530

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ Changes in existing checks
149149
- Improved :doc: `bugprone-sizeof-expression
150150
<clang-tidy/checks/bugprone/bugprone-sizeof-expression>` check by adding
151151
`WarnOnSizeOfInLoopTermination` option to detect misuses of ``sizeof``
152-
expression in loop conditions. The check detects the use of ``sizeof``
153-
opertaor to determine the number of elements in the array, where the
154-
array size is higher than the number of elements in the array.
152+
expression in loop conditions.
155153

156154
- Improved :doc:`bugprone-string-constructor
157155
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious

0 commit comments

Comments
 (0)