Skip to content

Commit d80503b

Browse files
Update clang-tools-extra/docs/ReleaseNotes.rst
Co-authored-by: Danny Mösch <[email protected]>
1 parent 9323ab5 commit d80503b

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
@@ -177,7 +177,7 @@ Changes in existing checks
177177

178178
- Improved :doc:`misc-use-internal-linkage
179179
<clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static`` keyword
180-
before type qualifier such as ``const``, ``volatile``.
180+
before type qualifiers such as ``const`` and ``volatile``.
181181

182182
- Improved :doc:`modernize-min-max-use-initializer-list
183183
<clang-tidy/checks/modernize/min-max-use-initializer-list>` check by fixing

0 commit comments

Comments
 (0)