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 10:36:48 +01:00
committed by GitHub
parent a9786ce528
commit 99da9ea6ec
+1 -1
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)+) => ({