Skip to content

Commit e9fe501

Browse files
authored
Update manual.markdown
double hyphen ('--') is interpreted as dash ('–') by markdown when not marked as inline code with '`' character
1 parent 0bfe12d commit e9fe501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void teardown()
340340

341341
(Do not forget to restore it in the teardown again!)
342342

343-
If you want to completely disable memory leak detection then you can do so by building CppUTest with "configure --disable-memory-leak-detection" or passing -DCPPUTEST_MEM_LEAK_DETECTION_DISABLED to the compiler when compiling CppUTest.
343+
If you want to completely disable memory leak detection then you can do so by building CppUTest with `configure --disable-memory-leak-detection` or passing `-DCPPUTEST_MEM_LEAK_DETECTION_DISABLED` to the compiler when compiling CppUTest.
344344

345345
### Conflicts with operator new macros (STL!)
346346

0 commit comments

Comments
 (0)