Skip to content

Commit 5974cc4

Browse files
authored
Rollup merge of rust-lang#148736 - luca3s:fix-typo, r=Zalathar
Fix typo in unstable-book link This prevented the links from being rendered. Sorry for not noticing this before my changes were merged yesterday. Introduced in rust-lang#147935 cc `@petrochenkov`
2 parents 46bbf28 + 1496ffa commit 5974cc4

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)