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