Skip to content

Commit 50f3eeb

Browse files
committed
[clang-tidy] improved docs to fill lines up to 80-character limit
1 parent a9c97de commit 50f3eeb

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
148-
and length parameters.
147+
calls of string constructor with char pointer, start position and length
148+
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)