update date-check format on github issue (#1416)
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
This commit is contained in:
parent
04b006fd12
commit
81334fcda4
|
|
@ -150,7 +150,7 @@ fn main() {
|
||||||
up-to-date. Each date should be updated (in the Markdown file where it appears) to \
|
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 \
|
use the current month ({current_month}), or removed if the docs it annotates are not \
|
||||||
expected to fall out of date quickly.",
|
expected to fall out of date quickly.",
|
||||||
current_month = current_month
|
current_month = today_chrono.format("%B %Y"),
|
||||||
);
|
);
|
||||||
println!();
|
println!();
|
||||||
println!(
|
println!(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue