1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00
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

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
}