diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:31:12 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-15 01:31:12 +0800 |
| commit | acd670b5b3480471824aecb28922f8912123802e (patch) | |
| tree | 31e4b55440d930f405647601589c9d5b79f8a1e6 /examples/example-error-handling | |
| parent | a85a79b8365591fb600918b43eb4d3618a3cc3d4 (diff) | |
Update example descriptions with meaningful docs
Diffstat (limited to 'examples/example-error-handling')
| -rw-r--r-- | examples/example-error-handling/page.toml | 2 |
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"] |
