Skip to content

Commit

Permalink
Merge pull request #5750 from armandas/master
Browse files Browse the repository at this point in the history
docs: fix small error in Arg::raw
  • Loading branch information
epage authored Sep 27, 2024
2 parents 1c0e602 + 6ffdd32 commit 8a35018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ impl Arg {

/// Consume all following arguments.
///
/// Do not be parse them individually, but rather pass them in entirety.
/// Do not parse them individually, but rather pass them in entirety.
///
/// It is worth noting that setting this requires all values to come after a `--` to indicate
/// they should all be captured. For example:
Expand Down

0 comments on commit 8a35018

Please sign in to comment.