From fd226e2ba7d798fb609c18b76472e04d54f4595c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 21 Mar 2022 17:39:52 -0400 Subject: [PATCH] typo --- 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 381bdf4..5ad8f92 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -521,7 +521,7 @@ impl MathApp { // Open Source and Licensing information ui.hyperlink_to( - "I'm Opensource!", + "I'm Open Source!", "https://github.com/Titaniumtown/YTBN-Graphing-Software", );