From 304297e5c84f80e262fd8c08be261dbe6b8f2468 Mon Sep 17 00:00:00 2001 From: Lioness100 Date: Sat, 23 Jul 2022 08:23:11 -0700 Subject: [PATCH] docs: remove extra bracket typo --- src/_derive/_tutorial.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_derive/_tutorial.rs b/src/_derive/_tutorial.rs index 2037c9cc..68a59b14 100644 --- a/src/_derive/_tutorial.rs +++ b/src/_derive/_tutorial.rs @@ -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")]