formatting and comments

This commit is contained in:
Simon Gardling
2022-03-04 08:36:41 -05:00
parent e201d61045
commit 4806bb44ae
2 changed files with 2 additions and 2 deletions

View File

@@ -393,7 +393,7 @@ impl epi::App for MathApp {
self.side_panel(ctx);
}
// Central panel which contains the central plot along or an error when parsing
// Central panel which contains the central plot (or an error created when parsing)
CentralPanel::default().show(ctx, |ui| {
if !self.last_error.is_empty() {
ui.centered_and_justified(|ui| {