docs: Fix "it's" typos that should be "its" (#8690)
These all meant to use the possessive "its" rather than the contraction of "it is".
This commit is contained in:
parent
03f18053bb
commit
a84a3c0ebe
11 changed files with 23 additions and 23 deletions
|
@ -97,7 +97,7 @@ impl DefinitionProvider {
|
|||
serde_json_lenient::to_value(schema).unwrap()
|
||||
}
|
||||
}
|
||||
/// A Wrapper around deserializable T that keeps track of it's contents
|
||||
/// A Wrapper around deserializable T that keeps track of its contents
|
||||
/// via a provided channel. Once T value changes, the observers of [`TrackedFile`] are
|
||||
/// notified.
|
||||
struct TrackedFile<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue