about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-01-09 17:52:22 +0100
committerGitHub <noreply@github.com>2024-01-09 17:52:22 +0100
commitd61b92f154aa9fadfc28fd9cb0753f7efda5918b (patch)
treeea43a15bdb935ec4dc1be01f02a9c77e19d35b6c
parentf4d06256d8bb3c0cc54eee5f53a7012196ac1d29 (diff)
parent18a1ca6a1779d3a0ad506666de8e3fdd03704d9c (diff)
downloadrust-d61b92f154aa9fadfc28fd9cb0753f7efda5918b.tar.gz
rust-d61b92f154aa9fadfc28fd9cb0753f7efda5918b.zip
Rollup merge of #119768 - ojeda:panic-link, r=Nilstrieb
core: panic: fix broken link
-rw-r--r--library/core/src/macros/panic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/macros/panic.md b/library/core/src/macros/panic.md
index 60100c2655a..6bd23b3072e 100644
--- a/library/core/src/macros/panic.md
+++ b/library/core/src/macros/panic.md
@@ -56,7 +56,7 @@ For more detailed information about error handling check out the [book] or the
 [`panic_any`]: ../std/panic/fn.panic_any.html
 [`Box`]: ../std/boxed/struct.Box.html
 [`Any`]: crate::any::Any
-[`format!` syntax]: ../std/fmt/index.html
+[formatting syntax]: ../std/fmt/index.html
 [book]: ../book/ch09-00-error-handling.html
 [`std::result`]: ../std/result/index.html