Fixes small typo in comment
This commit is contained in:
One 2024-01-22 05:15:37 -05:00 committed by GitHub
parent ff39fd6195
commit 894a53488a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}