From 99da9ea6ec985af34c0f88583465043013d30bd4 Mon Sep 17 00:00:00 2001 From: Mekka Date: Thu, 25 Mar 2021 02:36:48 -0700 Subject: [PATCH] Cleanup: Fix grammar in "cp" macro comments. (#1905) Replaced "they if" with "if they" in the comments above the "prompt_yes" macro. --- src/uu/cp/src/cp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/cp/src/cp.rs b/src/uu/cp/src/cp.rs index 01ad4a8aa..569ee78bc 100644 --- a/src/uu/cp/src/cp.rs +++ b/src/uu/cp/src/cp.rs @@ -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)+) => ({