From fb341a2ae3ff32b1b2d0547c5f456bf99b1e82c2 Mon Sep 17 00:00:00 2001 From: Lioness100 Date: Mon, 8 Aug 2022 08:36:57 -0400 Subject: [PATCH] Fix macro typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e0089b..7368162 100644 --- a/README.md +++ b/README.md @@ -177,11 +177,11 @@ struct SubCommandTwo { NOTE: This is not an officially supported Google product. -## How to debug the expanded derive marco for `argh` +## How to debug the expanded derive macro for `argh` -The `argh::FromArgs` derive marco can be debugged with the [cargo-expand](https://crates.io/crates/cargo-expand) crate. +The `argh::FromArgs` derive macro can be debugged with the [cargo-expand](https://crates.io/crates/cargo-expand) crate. -### Expand the derive marco in `examples/simple_example.rs` +### Expand the derive macro in `examples/simple_example.rs` See [argh/examples/simple_example.rs](./argh/examples/simple_example.rs) for the example struct we wish to expand.