diff options
Diffstat (limited to 'src/framework/standard/configuration.rs')
| -rw-r--r-- | src/framework/standard/configuration.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framework/standard/configuration.rs b/src/framework/standard/configuration.rs index c237286..795493d 100644 --- a/src/framework/standard/configuration.rs +++ b/src/framework/standard/configuration.rs @@ -10,7 +10,7 @@ use std::{ }; use super::command::PrefixCheck; -/// The configuration to use for a [`Framework`] associated with a [`Client`] +/// The configuration to use for a [`StandardFramework`] associated with a [`Client`] /// instance. /// /// This allows setting configurations like the depth to search for commands, @@ -40,7 +40,7 @@ use super::command::PrefixCheck; /// ``` /// /// [`Client`]: ../../client/struct.Client.html -/// [`Framework`]: struct.Framework.html +/// [`StandardFramework`]: struct.StandardFramework.html /// [default implementation]: #impl-Default pub struct Configuration { #[doc(hidden)] pub allow_dm: bool, |