Skip to content

Commit

Permalink
Merge pull request clap-rs#4083 from LeSeulArtichaut/doc-typo
Browse files Browse the repository at this point in the history
docs: fix typo in markdown formatting
  • Loading branch information
epage committed Aug 16, 2022
2 parents 472ede9 + ea55679 commit a424801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_derive/mod.rs
Expand Up @@ -185,7 +185,7 @@
//! - When not present: case-converted field name is used
//! - `value_parser [= <expr>]`: [`Arg::value_parser`][crate::Arg::value_parser]
//! - When not present: will auto-select an implementation based on the field type using
//! [`value_parser!][crate::value_parser!]
//! [`value_parser!`][crate::value_parser!]
//! - To register a custom type's [`ValueParser`][crate::builder::ValueParser], implement [`ValueParserFactory`][crate::builder::ValueParserFactory]
//! - `action [= <expr>]`: [`Arg::action`][crate::Arg::action]
//! - When not present: will auto-select an action based on the field type
Expand Down

0 comments on commit a424801

Please sign in to comment.