Skip to content

Commit f82761e

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/bugprone/raw-memory-call-on-non-trivial-type.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent ef26db9 commit f82761e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/raw-memory-call-on-non-trivial-type.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Options
1616

1717
.. option:: MemSetNames
1818

19-
Specify extra functions to flag that act similarly to ``memset``.
20-
Specify names in a semicolon delimited list.
21-
Default is an empty string.
19+
Specify extra functions to flag that act similarly to ``memset``. Specify
20+
names in a semicolon-delimited list. Default is an empty string.
2221

2322
.. option:: MemCpyNames
2423

0 commit comments

Comments
 (0)