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,