reformat comment

This commit is contained in:
Simon Gardling 2022-03-30 09:15:08 -04:00
parent 46ac79f77a
commit 0cce3773eb

View File

@ -485,7 +485,7 @@ impl MathApp {
}) })
.clicked(); .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) // option just toggles if it's displayed or not)
derivative_toggle = ui derivative_toggle = ui
.add(Button::new("d/dx")) .add(Button::new("d/dx"))