Skip to content

Commit d61b92f

Browse files
Rollup merge of #119768 - ojeda:panic-link, r=Nilstrieb
core: panic: fix broken link
2 parents f4d0625 + 18a1ca6 commit d61b92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/macros/panic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For more detailed information about error handling check out the [book] or the
5656
[`panic_any`]: ../std/panic/fn.panic_any.html
5757
[`Box`]: ../std/boxed/struct.Box.html
5858
[`Any`]: crate::any::Any
59-
[`format!` syntax]: ../std/fmt/index.html
59+
[formatting syntax]: ../std/fmt/index.html
6060
[book]: ../book/ch09-00-error-handling.html
6161
[`std::result`]: ../std/result/index.html
6262

0 commit comments

Comments
 (0)