Fix a few more typos
This commit is contained in:
parent
285f4d1be9
commit
e6ca92ffa4
7 changed files with 8 additions and 8 deletions
|
@ -200,7 +200,7 @@ impl<V> PartialEq for WeakView<V> {
|
|||
|
||||
impl<V> Eq for WeakView<V> {}
|
||||
|
||||
/// A dynically-typed handle to a view, which can be downcast to a [View] for a specific type.
|
||||
/// A dynamically-typed handle to a view, which can be downcast to a [View] for a specific type.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct AnyView {
|
||||
model: AnyModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue