Skip to content

Commit 292cafb

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/bugprone/libc-memory-calls-on-nontrivial-types.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent 236cee6 commit 292cafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/libc-memory-calls-on-nontrivial-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Options
1515
Specify names in a semicolon delimited list.
1616
Default is an empty string.
1717
The check will detect the following functions:
18-
`memset`, `std::memset`.
18+
``memset``, ``std::memset``.
1919

2020
.. option:: MemCpyNames
2121

0 commit comments

Comments
 (0)