aboutsummaryrefslogtreecommitdiff
path: root/examples/example-panic-unwind
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-panic-unwind')
-rw-r--r--examples/example-panic-unwind/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-panic-unwind/page.toml b/examples/example-panic-unwind/page.toml
index 8b9a7cd..2ca327d 100644
--- a/examples/example-panic-unwind/page.toml
+++ b/examples/example-panic-unwind/page.toml
@@ -4,7 +4,7 @@ name = "Panic Unwind"
icon = "💥"
category = "runtime"
desc = """
-Example Panic Unwind
+Shows how to catch panics during program execution and display friendly error messages instead of a raw panic trace.
"""
tags = ["panic_unwind"]
files = ["src/main.rs", "Cargo.toml"]