fix typo
This commit is contained in:
parent
79894c4cad
commit
e1de404665
@ -286,8 +286,8 @@ impl MathApp {
|
||||
if ui
|
||||
.add(Button::new("d/dx"))
|
||||
.on_hover_text(match derivative_enabled {
|
||||
true => "Calculate Derivative",
|
||||
false => "Don't Calculate Derivative",
|
||||
true => "Don't Calculate Derivative",
|
||||
false => "Calculate Derivative",
|
||||
})
|
||||
.clicked()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user