diff options
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/standard/configuration.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/framework/standard/configuration.rs b/src/framework/standard/configuration.rs index 611e748..015fb42 100644 --- a/src/framework/standard/configuration.rs +++ b/src/framework/standard/configuration.rs @@ -424,7 +424,8 @@ impl Configuration { self } - /// Whether the framework shouldn't care about the user's input if it's: `~command`, `~Command`, `~COMMAND`. + /// Whether the framework shouldn't care about the user's input if it's: `~command`, + /// `~Command`, `~COMMAND`. /// Setting this to `true` will result in *all* command names to be case insensitive. pub fn case_insensitivity(mut self, cs: bool) -> Self { self.case_insensitive = cs; |