From 552d8ab403537b3f6eb54ccc974a54dc67e9a06c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 2 Mar 2022 18:09:06 -0500 Subject: [PATCH] forgot to edit comment --- 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 ed031fc..4b5bf0a 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -15,7 +15,7 @@ use std::ops::RangeInclusive; shadow!(build); -// Constant function that has a string containing information about the build. +// Constant string that has a string containing information about the build. const BUILD_INFO: &str = formatc!( "Commit: {} ({})\nBuild Date: {}\nRust Channel: {}\nRust Version: {}", &build::SHORT_COMMIT,