mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Fix typo in derive API README (#3896)
Co-authored-by: Daniel Saxton <dsaxton@pm.me>
This commit is contained in:
parent
9c81b39533
commit
c4612e4c17
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Not printing testing lists...
|
|||
|
||||
## Configuring the Parser
|
||||
|
||||
You use the `Command` the start building a parser.
|
||||
You use the `Command` to start building a parser.
|
||||
|
||||
[Example:](02_apps.rs)
|
||||
```console
|
||||
|
|
|
@ -66,7 +66,7 @@ In addition to this tutorial, see the [derive reference](../derive_ref/README.md
|
|||
|
||||
## Configuring the Parser
|
||||
|
||||
You use derive `Parser` the start building a parser.
|
||||
You use derive `Parser` to start building a parser.
|
||||
|
||||
[Example:](02_apps.rs)
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue