mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Merge pull request #3979 from Lioness100/patch-1
docs: Remove extra bracket typo
This commit is contained in:
commit
7518332e56
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