Skip to content

Commit 4dff873

Browse files
authored
fix(doc): Fix typo in 03_04_subcommands.md
1 parent e9668b3 commit 4dff873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorial_derive/03_04_subcommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ 03_04_subcommands_derive add bob
3030
```
3131

3232
When specifying commands with `command: Commands`, they are required.
33-
Alternatively, you could do `commaand: Option<Commands>` to make it optional.
33+
Alternatively, you could do `command: Option<Commands>` to make it optional.
3434
```console
3535
$ 03_04_subcommands_derive
3636
? failed

0 commit comments

Comments
 (0)