Skip to content

Commit 779c6e2

Browse files
authored
Merge pull request #1 from D0liphin/mymaster-master
Update formatting
2 parents ec025d7 + b2d7183 commit 779c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/sanitizer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This feature allows for use of one of following sanitizers:
2525
* [LeakSanitizer](#leaksanitizer) a run-time memory leak detector.
2626
* [MemorySanitizer](#memorysanitizer) a detector of uninitialized reads.
2727
* [ThreadSanitizer](#threadsanitizer) a fast data race detector.
28-
28+
2929
* Those that apart from testing, may be used in production:
3030
* [ControlFlowIntegrity](#controlflowintegrity) LLVM Control Flow Integrity
3131
(CFI) provides forward-edge control flow protection.

0 commit comments

Comments
 (0)