From 9bcb0574dbd724a34e187b575799002418cd8ff7 Mon Sep 17 00:00:00 2001 From: rpitasky <111201305+rpitasky@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:19:04 -0500 Subject: Minor docs typo "Romve" -> "Remove" --- graphics/src/image/storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/src/image/storage.rs b/graphics/src/image/storage.rs index 2098c7b2..1b5b5c35 100644 --- a/graphics/src/image/storage.rs +++ b/graphics/src/image/storage.rs @@ -20,7 +20,7 @@ pub trait Storage { state: &mut Self::State<'_>, ) -> Option; - /// 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<'_>); } -- cgit