diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index 50739c56..04fab7e4 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -1572,7 +1572,7 @@ impl Ui { /// } /// ``` /// - /// Se also [`crate::Image`] and [`crate::ImageButton`]. + /// See also [`crate::Image`] and [`crate::ImageButton`]. #[inline] pub fn image(&mut self, texture_id: impl Into, size: impl Into) -> Response { Image::new(texture_id, size).ui(self)