Skip to content

Commit

Permalink
fix(doc): Fix typo in 03_04_subcommands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devinherron authored Sep 14, 2023
1 parent e9668b3 commit 4dff873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_derive/03_04_subcommands.md
Original file line number Diff line number Diff line change
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 4dff873

Please sign in to comment.