Skip to content

Commit 22b0a24

Browse files
committed
[clang-tidy] improved docs to fill lines up to 80-character limit
1 parent 04bb3e7 commit 22b0a24

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

100100
- Improved :doc:`bugprone-string-constructor
101101
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
102-
calls of string constructor with char pointer, start position
103-
and length parameters.
102+
calls of string constructor with char pointer, start position and length
103+
parameters.
104104

105105
- Improved :doc:`bugprone-unsafe-functions
106106
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying

0 commit comments

Comments
 (0)