From 85be0d075a93d167476b355c4a93602c808ba689 Mon Sep 17 00:00:00 2001 From: johannesd3 Date: Fri, 12 Feb 2021 20:21:07 +0100 Subject: [PATCH] Adjust documentation --- core/src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/version.rs b/core/src/version.rs index d15f296..6277845 100644 --- a/core/src/version.rs +++ b/core/src/version.rs @@ -1,7 +1,7 @@ /// Version string of the form "librespot-" pub const VERSION_STRING: &str = concat!("librespot-", env!("VERGEN_SHA_SHORT")); -/// Generate a timstamp string representing now (UTC). +/// Generate a timestamp string representing the build date (UTC). pub const BUILD_DATE: &str = env!("VERGEN_BUILD_DATE"); /// Short sha of the latest git commit.