Merge pull request #3979 from Lioness100/patch-1

docs: Remove extra bracket typo
This commit is contained in:
Ed Page 2022-07-23 11:53:11 -05:00 committed by GitHub
commit 7518332e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@
//! ``` //! ```
#![doc = include_str!("../../examples/tutorial_derive/02_crate.md")] #![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 //! ```rust
#![doc = include_str!("../../examples/tutorial_derive/02_app_settings.rs")] #![doc = include_str!("../../examples/tutorial_derive/02_app_settings.rs")]