diff --git a/src/macros.rs b/src/macros.rs index f9782d50c08..a9b99537680 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -633,7 +633,7 @@ macro_rules! arg_impl { /// /// ### Help String /// -/// The help string is denoted between a pair of single quotes `''` and may contain any +/// The help string is denoted between a pair of double quotes `""` and may contain any /// characters. /// /// # Examples