Skip to content

Commit 5c1bf5b

Browse files
committed
Improve example
1 parent 8b2c710 commit 5c1bf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/05-using-async/chaining_resource.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fn app() -> Element {
106106
p { style: "color: #666; margin-bottom: 20px;",
107107
"This example demonstrates chaining resources with "
108108
code { "read_async()" }
109-
" to safely handle guards across await points."
109+
"."
110110
}
111111

112112
div { style: "background: #f5f5f5; padding: 20px; border-radius: 8px; margin: 20px 0;",

0 commit comments

Comments
 (0)