mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
docs(hooks): fix typos (#1299)
I'm not totally sure how the sentence was supposed to read, but removing "state" from "It state" seemed to work. Also, "it's" is "it is" and not possessive, so I fixed that.
This commit is contained in:
parent
6d154b5072
commit
8f93ff3747
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use std::{
|
||||||
/// Create a new tracked state.
|
/// Create a new tracked state.
|
||||||
/// Tracked state is state that can drive Selector state
|
/// Tracked state is state that can drive Selector state
|
||||||
///
|
///
|
||||||
/// It state will efficiently update any Selector state that is reading from it, but it is not readable on it's own.
|
/// It will efficiently update any Selector state that is reading from it, but it is not readable on its own.
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// use dioxus::prelude::*;
|
/// use dioxus::prelude::*;
|
||||||
|
|
Loading…
Reference in a new issue