diff --git a/crates/egui/src/viewport.rs b/crates/egui/src/viewport.rs index d10d13897..45d2e5353 100644 --- a/crates/egui/src/viewport.rs +++ b/crates/egui/src/viewport.rs @@ -255,7 +255,7 @@ pub type ImmediateViewportRendererCallback = dyn for<'a> Fn(&Context, ImmediateV #[derive(Clone, Debug, Default, Eq, PartialEq)] #[allow(clippy::option_option)] pub struct ViewportBuilder { - /// The title of the vieweport. + /// The title of the viewport. /// `eframe` will use this as the title of the native window. pub title: Option,