diff --git a/crates/egui_extras/src/image.rs b/crates/egui_extras/src/image.rs index e1d0b330..de557325 100644 --- a/crates/egui_extras/src/image.rs +++ b/crates/egui_extras/src/image.rs @@ -156,7 +156,7 @@ impl RetainedImage { &self.debug_name } - /// The texture if for this image. + /// The texture id for this image. pub fn texture_id(&self, ctx: &egui::Context) -> egui::TextureId { self.texture .lock()