mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57: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:
parent
a9786ce528
commit
99da9ea6ec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
/// answered yes.
|
||||||
macro_rules! prompt_yes(
|
macro_rules! prompt_yes(
|
||||||
($($args:tt)+) => ({
|
($($args:tt)+) => ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue