mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
doc(fix typo): no close bracket in example
Tutorials (derive, builder > Tutorials (derive, builder)
This commit is contained in:
parent
5885cc7f0c
commit
71be5463e5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ We try to focus our documentation on the [four types of
|
|||
documentation](https://documentation.divio.com/). Examples fit into this by
|
||||
providing:
|
||||
- [Cookbook / How-To Guides](https://docs.rs/clap/latest/clap/_cookbook/index.html)
|
||||
- Tutorials ([derive](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html), [builder](https://docs.rs/clap/latest/clap/_tutorial/index.html)
|
||||
- Tutorials ([derive](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html), [builder](https://docs.rs/clap/latest/clap/_tutorial/index.html))
|
||||
|
||||
This directory contains the source for the above.
|
||||
|
||||
|
|
Loading…
Reference in a new issue