From c4612e4c17231b491c60f26f789d3daa2af58bd6 Mon Sep 17 00:00:00 2001 From: Daniel Saxton <2658661+dsaxton@users.noreply.github.com> Date: Tue, 5 Jul 2022 09:49:55 -0500 Subject: [PATCH] docs: Fix typo in derive API README (#3896) Co-authored-by: Daniel Saxton --- examples/tutorial_builder/README.md | 2 +- examples/tutorial_derive/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tutorial_builder/README.md b/examples/tutorial_builder/README.md index 945b01e7..98f86caf 100644 --- a/examples/tutorial_builder/README.md +++ b/examples/tutorial_builder/README.md @@ -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 diff --git a/examples/tutorial_derive/README.md b/examples/tutorial_derive/README.md index 6127b6cd..8f47b2fc 100644 --- a/examples/tutorial_derive/README.md +++ b/examples/tutorial_derive/README.md @@ -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