Skip to content

Commit

Permalink
Merge pull request #5124 from devinherron/master
Browse files Browse the repository at this point in the history
fix(doc): Fix typo in 03_04_subcommands.md
  • Loading branch information
epage committed Sep 14, 2023
2 parents e9668b3 + 4dff873 commit 7f8df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_derive/03_04_subcommands.md
Expand Up @@ -30,7 +30,7 @@ $ 03_04_subcommands_derive add bob
```

When specifying commands with `command: Commands`, they are required.
Alternatively, you could do `commaand: Option<Commands>` to make it optional.
Alternatively, you could do `command: Option<Commands>` to make it optional.
```console
$ 03_04_subcommands_derive
? failed
Expand Down

0 comments on commit 7f8df27

Please sign in to comment.