aboutsummaryrefslogtreecommitdiff
path: root/examples/example-error-handling/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-error-handling/page.toml')
-rw-r--r--examples/example-error-handling/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-error-handling/page.toml b/examples/example-error-handling/page.toml
index 7c07928..655bc2b 100644
--- a/examples/example-error-handling/page.toml
+++ b/examples/example-error-handling/page.toml
@@ -4,7 +4,7 @@ name = "Error Handling"
icon = "⚠️"
category = "runtime"
desc = """
-Example Error Handling
+Demonstrates how to define custom error types with `pack!` and route them to dedicated `#[renderer]` functions for user-friendly output.
"""
tags = ["Result"]
files = ["src/main.rs", "Cargo.toml"]