diff --git a/src/egui_app.rs b/src/egui_app.rs index 06b12da..c295817 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -30,7 +30,7 @@ impl Default for MathApp { } impl epi::App for MathApp { - fn name(&self) -> &str { "Integral Demo" } + fn name(&self) -> &str { "Integral Demonstration" } /// Called once before the first frame. fn setup(