fix: Typos (#15313)
Fixed typos in the code base according with output from `codespell` tool. Release Notes: - N/A
This commit is contained in:
parent
6af385c09e
commit
3751f67730
11 changed files with 17 additions and 16 deletions
|
@ -2056,7 +2056,7 @@ impl<'a> WindowContext<'a> {
|
|||
})
|
||||
}
|
||||
|
||||
/// Provide elements in the called function with a new namespace in which their identiers must be unique.
|
||||
/// Provide elements in the called function with a new namespace in which their identifiers must be unique.
|
||||
/// This can be used within a custom element to distinguish multiple sets of child elements.
|
||||
pub fn with_element_namespace<R>(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue