Skip to content

Commit 0a1cdaf

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 f82761e commit 0a1cdaf

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
@@ -21,9 +21,8 @@ Options
2121

2222
.. option:: MemCpyNames
2323

24-
Specify extra functions to flag that act similarly to ``memcpy``.
25-
Specify names in a semicolon delimited list.
26-
Default is an empty string.
24+
Specify extra functions to flag that act similarly to ``memcpy``. Specify
25+
names in a semicolon-delimited list. Default is an empty string.
2726

2827
.. option:: MemCmpNames
2928

0 commit comments

Comments
 (0)