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

Commit 90ec5a2

Browse files
committed
Fix typo in usage text
1 parent 6ada5b5 commit 90ec5a2

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)