Skip to content

Commit

Permalink
Fix example title
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Sep 2, 2024
1 parent d02906d commit 1b4fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_lib/src/demo/interactive_container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct InteractiveContainerDemo {

impl crate::Demo for InteractiveContainerDemo {
fn name(&self) -> &'static str {
"\u{20E3}TextEdit"
"\u{20E3} Interactive Container"
}

fn show(&mut self, ctx: &egui::Context, open: &mut bool) {
Expand Down

0 comments on commit 1b4fceb

Please sign in to comment.