Skip to content

Commit

Permalink
docs: Fix typo in derive API README (#3896)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Saxton <[email protected]>
  • Loading branch information
dsaxton and dsaxton authored Jul 5, 2022
1 parent 9c81b39 commit c4612e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4612e4

Please sign in to comment.