mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
+1
-1
@@ -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)+) => ({
|
||||
|
||||
Reference in New Issue
Block a user