Skip to content

Commit

Permalink
docs(ref): Clarify Count starts from 0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 3, 2024
1 parent d681a81 commit 11ff6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub enum ArgAction {
/// );
/// ```
SetFalse,
/// When encountered, increment a `u8` counter
/// When encountered, increment a `u8` counter starting from `0`.
///
/// If no [`default_value`][super::Arg::default_value] is set, it will be `0`.
///
Expand Down

0 comments on commit 11ff6cc

Please sign in to comment.