docs: Fix typo in derive API README (#3896)

Co-authored-by: Daniel Saxton <dsaxton@pm.me>
This commit is contained in:
Daniel Saxton 2022-07-05 09:49:55 -05:00 committed by GitHub
parent 9c81b39533
commit c4612e4c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ Not printing testing lists...
## Configuring the Parser ## 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) [Example:](02_apps.rs)
```console ```console

View file

@ -66,7 +66,7 @@ In addition to this tutorial, see the [derive reference](../derive_ref/README.md
## Configuring the Parser ## 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) [Example:](02_apps.rs)
```console ```console