Minor docs typo
"Romve" -> "Remove"
This commit is contained in:
parent
a6d0d5773f
commit
9bcb0574db
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub trait Storage {
|
||||||
state: &mut Self::State<'_>,
|
state: &mut Self::State<'_>,
|
||||||
) -> Option<Self::Entry>;
|
) -> Option<Self::Entry>;
|
||||||
|
|
||||||
/// Romve a [`Self::Entry`] from the [`Storage`].
|
/// Remove a [`Self::Entry`] from the [`Storage`].
|
||||||
fn remove(&mut self, entry: &Self::Entry, state: &mut Self::State<'_>);
|
fn remove(&mut self, entry: &Self::Entry, state: &mut Self::State<'_>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue