From 894a53488a04d6e7778108253116b34ae8d4fe3e Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:15:37 -0500 Subject: [PATCH] Fix typo (#3800) Fixes small typo in comment --- crates/egui_demo_lib/src/demo/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }