mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
docs: remove extra bracket typo
This commit is contained in:
parent
08e8642a8c
commit
304297e5c8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
//! ```
|
||||
#![doc = include_str!("../../examples/tutorial_derive/02_crate.md")]
|
||||
//!
|
||||
//! You can use attributes to change the application level behavior of clap. Any [`Command`][crate::Command]] builder function can be used as an attribute.
|
||||
//! You can use attributes to change the application level behavior of clap. Any [`Command`][crate::Command] builder function can be used as an attribute.
|
||||
//!
|
||||
//! ```rust
|
||||
#![doc = include_str!("../../examples/tutorial_derive/02_app_settings.rs")]
|
||||
|
|
Loading…
Reference in a new issue