mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Fix weird docs typo/copy-paste error (#507)
- introduced ina8952a9ee8
and4518b6bc8c
This commit is contained in:
parent
39cbc82107
commit
15e9aa1958
2 changed files with 4 additions and 4 deletions
|
@ -92,8 +92,8 @@ impl<T: 'static> AtomState<T> {
|
|||
///
|
||||
/// This is useful for passing the setter function to other components.
|
||||
///
|
||||
/// However, for most cases, calling `to_owned` o`AtomState`te is the
|
||||
/// preferred way to get "anoth`set_state`tate handle.
|
||||
/// However, for most cases, calling `to_owned` on the state is the
|
||||
/// preferred way to get "another" state handle.
|
||||
///
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
@ -110,8 +110,8 @@ impl<T: 'static> UseState<T> {
|
|||
///
|
||||
/// This is useful for passing the setter function to other components.
|
||||
///
|
||||
/// However, for most cases, calling `to_owned` o`UseState`te is the
|
||||
/// preferred way to get "anoth`set_state`tate handle.
|
||||
/// However, for most cases, calling `to_owned` on the state is the
|
||||
/// preferred way to get "another" state handle.
|
||||
///
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Reference in a new issue