Skip to content

Commit

Permalink
Merge pull request #4821 from Bfault/typo
Browse files Browse the repository at this point in the history
fix(typo): replace ags by args
  • Loading branch information
epage committed Apr 3, 2023
2 parents 3ef784b + 13d79b7 commit d34b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/command.rs
Expand Up @@ -1912,7 +1912,7 @@ impl Command {
self
}

/// Change the starting value for assigning future display orders for ags.
/// Change the starting value for assigning future display orders for args.
///
/// This will be used for any arg that hasn't had [`Arg::display_order`] called.
#[inline]
Expand Down

0 comments on commit d34b51a

Please sign in to comment.