Skip to content

Commit

Permalink
updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
its-the-shrimp committed Oct 29, 2023
1 parent 910c7f0 commit 353259e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/concepts/html/lists.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html! {
for i in 0 .. 10 {
<span>{i}</span>
}
}
};
```

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn List(props: &Props) -> Html {
props.value = format!("item-{}", props.value);
item
});
html! { for modified_children }
html! { modified_children }
}

html! {
Expand Down

0 comments on commit 353259e

Please sign in to comment.