Skip to content

Commit 1496ffa

Browse files
committed
Fix typo in unstable-book link.
This prevented the links from being rendered. Sorry for not noticing this before my changes were merged yesterday.
1 parent acda5e9 commit 1496ffa

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ Sanitizers produce symbolized stacktraces when llvm-symbolizer binary is in `PAT
993993
[clang-kcfi]: https://clang.llvm.org/docs/ControlFlowIntegrity.html#fsanitize-kcfi
994994
[clang-lsan]: https://clang.llvm.org/docs/LeakSanitizer.html
995995
[clang-msan]: https://clang.llvm.org/docs/MemorySanitizer.html
996-
[clan-rtsan]: https://clang.llvm.org/docs/RealtimeSanitizer.html
996+
[clang-rtsan]: https://clang.llvm.org/docs/RealtimeSanitizer.html
997997
[clang-safestack]: https://clang.llvm.org/docs/SafeStack.html
998998
[clang-scs]: https://clang.llvm.org/docs/ShadowCallStack.html
999999
[clang-tsan]: https://clang.llvm.org/docs/ThreadSanitizer.html

0 commit comments

Comments
 (0)