forgot to edit comment

This commit is contained in:
Simon Gardling 2022-03-02 18:09:06 -05:00
parent 86b008f07c
commit 552d8ab403

View File

@ -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,