Skip to content

Commit 8d5abfb

Browse files
committed
[clang-tidy] Improved release notes
1 parent 50f3eeb commit 8d5abfb

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
@@ -144,8 +144,8 @@ Changes in existing checks
144144

145145
- Improved :doc:`bugprone-string-constructor
146146
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
147-
calls of string constructor with char pointer, start position and length
148-
parameters.
147+
calls of ``std::string`` constructor with char pointer, start position and
148+
length parameters.
149149

150150
- Improved :doc:`bugprone-throw-keyword-missing
151151
<clang-tidy/checks/bugprone/throw-keyword-missing>` by fixing a false positive

0 commit comments

Comments
 (0)