From 0cce3773eb9a7b3367b55118d6bdd1b17a866e73 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 30 Mar 2022 09:15:08 -0400 Subject: [PATCH] reformat comment --- src/egui_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index 74dc72e..64b7016 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -485,7 +485,7 @@ impl MathApp { }) .clicked(); - // Toggle showing the derivative (even though it's already calculated, this + // Toggle showing the derivative (even though it's already calculated this // option just toggles if it's displayed or not) derivative_toggle = ui .add(Button::new("d/dx"))