update date-check format on github issue (#1416)

Co-authored-by: Noah Lev <camelidcamel@gmail.com>
This commit is contained in:
Tshepang Mbambo 2022-08-09 23:49:43 +02:00 committed by GitHub
parent 04b006fd12
commit 81334fcda4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ fn main() {
up-to-date. Each date should be updated (in the Markdown file where it appears) to \
use the current month ({current_month}), or removed if the docs it annotates are not \
expected to fall out of date quickly.",
current_month = current_month
current_month = today_chrono.format("%B %Y"),
);
println!();
println!(