mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +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
|
documentation](https://documentation.divio.com/). Examples fit into this by
|
||||||
providing:
|
providing:
|
||||||
- [Cookbook / How-To Guides](https://docs.rs/clap/latest/clap/_cookbook/index.html)
|
- [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.
|
This directory contains the source for the above.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue