We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf6dc commit 7fa4f19Copy full SHA for 7fa4f19
ci/date-check/src/main.rs
@@ -114,7 +114,7 @@ fn filter_dates(
114
fn main() {
115
let mut args = env::args();
116
if args.len() == 1 {
117
- eprintln!("error: expected root Markdown directory as CLI argument");
+ eprintln!("error: expected root of Markdown directory as CLI argument");
118
process::exit(1);
119
}
120
let root_dir = args.nth(1).unwrap();
0 commit comments