1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Cleanup: Fix grammar in "cp" macro comments. (#1905)

Replaced "they if" with "if they" in the comments above the "prompt_yes" macro.
This commit is contained in:
Mekka 2021-03-25 02:36:48 -07:00 committed by GitHub
parent a9786ce528
commit 99da9ea6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ macro_rules! or_continue(
})
);
/// Prompts the user yes/no and returns `true` they if successfully
/// Prompts the user yes/no and returns `true` if they successfully
/// answered yes.
macro_rules! prompt_yes(
($($args:tt)+) => ({