Skip to content

Commit 122fbd9

Browse files
committed
docs: fix grammar
1 parent 20758ea commit 122fbd9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/completions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! If the tests fail, run `./generate-completions.sh` on the root of the repo to update the completion files.
44
5-
// Since the CLI in Windows look a little different, and I am way too lazy to make two versions
5+
// Since the CLI in Windows looks a little different, and I am way too lazy to make two versions
66
// of completion files, the following tests would only run in UNIX-like environment.
77
#![cfg(unix)]
88
#![cfg(feature = "cli")]

tests/sync_help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! If the tests fail, run `./generate-completions.sh` on the root of the repo to update the help files.
44
5-
// Since the CLI in Windows look a little different, and I am way too lazy to make two versions
5+
// Since the CLI in Windows looks a little different, and I am way too lazy to make two versions
66
// of help files, the following tests would only run in UNIX-like environment.
77
#![cfg(unix)]
88
#![cfg(feature = "cli")]

tests/sync_usage_md.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! If the tests fail, run `./generate-completions.sh` on the root of the repo to update the help files.
44
5-
// Since the CLI in Windows look a little different, and I am way too lazy to make two versions
5+
// Since the CLI in Windows looks a little different, and I am way too lazy to make two versions
66
// of help files, the following tests would only run in UNIX-like environment.
77
#![cfg(unix)]
88
#![cfg(feature = "cli")]

0 commit comments

Comments
 (0)