aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTaavetti Sjelkov <[email protected]>2017-01-02 20:16:43 +0200
committerGitHub <[email protected]>2017-01-02 20:16:43 +0200
commit6639d4f2f86c5da558b0cd110a18936aa04dfe9c (patch)
tree92f56ccef270595f854fd06fc0f9cee7f5543c1c /src
parentFix model doc links (diff)
downloadserenity-6639d4f2f86c5da558b0cd110a18936aa04dfe9c.tar.xz
serenity-6639d4f2f86c5da558b0cd110a18936aa04dfe9c.zip
hashmap of usages
Diffstat (limited to 'src')
-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.