mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
docs: fix typo for WrapsChildren (#1402)
This commit is contained in:
parent
1d9931a5a8
commit
e6fd1379b8
1 changed files with 2 additions and 2 deletions
|
@ -115,11 +115,11 @@ Calling it like this will create a list:
|
|||
|
||||
```rust
|
||||
view! { cx,
|
||||
<WrappedChildren>
|
||||
<WrapsChildren>
|
||||
"A"
|
||||
"B"
|
||||
"C"
|
||||
</WrappedChildren>
|
||||
</WrapsChildren>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue