docs: fix typo (#1618)
This commit is contained in:
parent
8ecb7f59c4
commit
fee2fb953b
|
@ -63,7 +63,7 @@ if names.with(Vec::is_empty) {
|
|||
}
|
||||
```
|
||||
|
||||
After all, `.with()` simply takes a function that takes the value by reference. Since `Vec::is_empty` takes `&self`, we can pass it in directly and avoid the unncessary closure.
|
||||
After all, `.with()` simply takes a function that takes the value by reference. Since `Vec::is_empty` takes `&self`, we can pass it in directly and avoid the unnecessary closure.
|
||||
|
||||
## Making signals depend on each other
|
||||
|
||||
|
|
Loading…
Reference in New Issue