diff --git a/crates/egui_demo_lib/src/demo/mod.rs b/crates/egui_demo_lib/src/demo/mod.rs index 15ed3ef0..0ee0eadf 100644 --- a/crates/egui_demo_lib/src/demo/mod.rs +++ b/crates/egui_demo_lib/src/demo/mod.rs @@ -47,7 +47,7 @@ pub trait View { /// Something to view pub trait Demo { - /// Is the demo enabled for this integraton? + /// Is the demo enabled for this integration? fn is_enabled(&self, _ctx: &egui::Context) -> bool { true }