fix: add comment

This commit is contained in:
Jonathan Kelley 2022-11-16 22:18:44 -08:00
parent c1c5821dcf
commit 77523bdc31

View file

@ -20,6 +20,7 @@ fn app(cx: Scope) -> Element {
// Use optionals
Some(rsx! { "Some" }),
// use a for loop or unterminated conditional
div {
for name in 0..10 {
rsx! { "{name}" }