Skip to content

Commit e57167f

Browse files
committed
Copyedit and clarify CheckMode doc comment
1 parent 8729858 commit e57167f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/it/src/args.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ pub enum Subcommands {
6464
},
6565
/// Check for executable bits that disagree with shebangs.
6666
///
67-
/// This checks and staged files, but not any unstaged files or changes, to find shell scripts
67+
/// This checks committed and staged files, but not anything unstaged, to find shell scripts
6868
/// that either begin with a `#!` but not `+x` permissions, or do not begin with `#!` but do
6969
/// have `+x` permissions. Such mismatches are reported but not automatically corrected. Some
70-
/// plaforms (at least Windows) do not support such permissions, but Git still represents them.
70+
/// platforms (at least Windows) do not have such permissions, but Git still represents them.
7171
///
7272
/// This currently only checks files name with an `.sh` suffix, and only operates on the
7373
/// current repository. Its main use is checking that fixture scripts are have correct modes.

0 commit comments

Comments
 (0)