Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 81a4235

Browse files
authored
Merge pull request rust-lang#3000 from dimbleby/dch/typo
Fix typo in usage text
2 parents f5f64b3 + 90ec5a2 commit 81a4235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn make_opts() -> Options {
8787
opts.optflag(
8888
"",
8989
"check",
90-
"Run in 'check' mode. Exits with 0 if input if formatted correctly. Exits \
90+
"Run in 'check' mode. Exits with 0 if input is formatted correctly. Exits \
9191
with 1 and prints a diff if formatting is required.",
9292
);
9393
let is_nightly = is_nightly();

0 commit comments

Comments
 (0)