Skip to content

Commit

Permalink
Merge pull request clap-rs#2704 from jrheard/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
pksunkara authored Aug 16, 2021
2 parents 257adbc + 465d495 commit 9d5cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub trait Args: FromArgMatches + Sized {

/// Parse a sub-command into a user-defined enum.
///
/// Implementing this trait let's a parent container delegate subcommand behavior to `Self`.
/// Implementing this trait lets a parent container delegate subcommand behavior to `Self`.
/// with:
/// - `#[clap(subcommand)] field: SubCmd`: Attribute can be used with either struct fields or enum
/// variants that impl `Subcommand`.
Expand Down

0 comments on commit 9d5cf64

Please sign in to comment.