From c0d65193bdf34265f18793c27b0e88f5d8b0d60b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 3 Mar 2022 08:18:47 -0500 Subject: [PATCH] forgot a period --- 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 b181d8d..db17c45 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -65,7 +65,7 @@ const HELP_BUTTONS: &str = "- The 'Panel' button on the top bar toggles if the s - The ∫ button next to the function input indicates whether estimating an integral for that function is enabled or not."; // Misc help info -const HELP_MISC: &str = "- In some edge cases, math functions may not parse correctly. More specifically with implicit multiplication. If you incounter this issue, please do report it on the project's Github page (linked on the side panel). But a bypass would be explicitly stating a multiplication operation through the use of an asterisk +const HELP_MISC: &str = "- In some edge cases, math functions may not parse correctly. More specifically with implicit multiplication. If you incounter this issue, please do report it on the project's Github page (linked on the side panel). But a bypass would be explicitly stating a multiplication operation through the use of an asterisk. - A (very minor) note in regards to the timing functionality (the 'took' number in the top panel): this value is not accurate when running in the browser in comparison to when running natively. Implementations of this timing functionality vary from browser-to-browser."; // Used to provide info on the Licensing of the project