From acd670b5b3480471824aecb28922f8912123802e Mon Sep 17 00:00:00 2001 From: ้ญๆ›นๅ…ˆ็”Ÿ <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:31:12 +0800 Subject: Update example descriptions with meaningful docs --- examples/example-unit-test/page.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-unit-test') diff --git a/examples/example-unit-test/page.toml b/examples/example-unit-test/page.toml index 7356cc2..d778d49 100644 --- a/examples/example-unit-test/page.toml +++ b/examples/example-unit-test/page.toml @@ -4,7 +4,7 @@ name = "Unit Test" icon = "๐Ÿงช" category = "testing" desc = """ -Example Unit Test +Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers. """ tags = ["testing", "extra_macros"] files = ["Cargo.toml", "src/main.rs"] -- cgit