aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/framework')
-rw-r--r--src/ext/framework/create_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/framework/create_command.rs b/src/ext/framework/create_command.rs
index 4d1e1a5..52a0793 100644
--- a/src/ext/framework/create_command.rs
+++ b/src/ext/framework/create_command.rs
@@ -107,7 +107,7 @@ impl CreateCommand {
}
/// Sets a function that's called when a command is called that can access
- /// the internal HashMap of usages, used specifically for creating a help
+ /// the internal HashMap of commands, used specifically for creating a help
/// command.
///
/// You can return Err(string) if there's an error.