mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
Fix typo
This commit is contained in:
parent
3ef784b516
commit
13d79b7677
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue