Skip to content

Commit

Permalink
docs: arg! macro uses double quotes for help string
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Mar 25, 2022
1 parent edf75cc commit ef3c2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Expand Up @@ -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
Expand Down

0 comments on commit ef3c2c7

Please sign in to comment.