Skip to content

Commit bb600f5

Browse files
authored
Update c26408.md
1 parent 4788965 commit bb600f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26408.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This warning flags places where `malloc` or `free` is invoked explicitly in acco
2020
## See also
2121
[C++ Core Guidelines R.10](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#r10-avoid-malloc-and-free)
2222

23-
# Example
23+
## Example
2424
```cpp
2525
#include <new>
2626

0 commit comments

Comments
 (0)