Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git authored Jan 10, 2024
1 parent 301c72b commit cdb1b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_demo_lib/src/demo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit cdb1b15

Please sign in to comment.