Skip to content

Commit

Permalink
Merge pull request #1624 from rpitasky/patch-1
Browse files Browse the repository at this point in the history
Minor docs typo
  • Loading branch information
hecrj authored Jan 2, 2023
2 parents 76a2e65 + 9bcb057 commit 7594e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/image/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub trait Storage {
state: &mut Self::State<'_>,
) -> 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<'_>);
}

Expand Down

0 comments on commit 7594e48

Please sign in to comment.