Skip to content

Commit

Permalink
Merge pull request #3577 from samueltardieu/fix-arg-help-doc
Browse files Browse the repository at this point in the history
docs: arg! macro uses double quotes for help string
  • Loading branch information
epage committed Mar 25, 2022
2 parents edf75cc + ef3c2c7 commit 6835dfa
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 6835dfa

Please sign in to comment.