aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-async-support/page.toml')
-rw-r--r--examples/example-async-support/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-async-support/page.toml b/examples/example-async-support/page.toml
index e193a2b..cfa0565 100644
--- a/examples/example-async-support/page.toml
+++ b/examples/example-async-support/page.toml
@@ -4,7 +4,7 @@ name = "Async Support"
icon = "⚡"
category = "runtime"
desc = """
-Example Async Runtime Support
+Shows how to drive an async runtime with Mingling using the `async` feature, enabling `async fn` in `#[chain]` with tokio.
"""
tags = ["async", "await", "#[chain]"]
files = ["src/main.rs", "Cargo.toml"]