Skip to content

Commit 52e4b4a

Browse files
committed
add missing word
1 parent 90ec9da commit 52e4b4a

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/ci/date-check/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/ci/date-check/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fn filter_dates(
114114
fn main() {
115115
let mut args = env::args();
116116
if args.len() == 1 {
117-
eprintln!("error: expected root Markdown directory as CLI argument");
117+
eprintln!("error: expected root of Markdown directory as CLI argument");
118118
process::exit(1);
119119
}
120120
let root_dir = args.nth(1).unwrap();

0 commit comments

Comments
 (0)