diff options
| author | Taavetti Sjelkov <[email protected]> | 2017-01-02 20:16:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-02 20:16:43 +0200 |
| commit | 6639d4f2f86c5da558b0cd110a18936aa04dfe9c (patch) | |
| tree | 92f56ccef270595f854fd06fc0f9cee7f5543c1c /src/ext/framework/create_command.rs | |
| parent | Fix model doc links (diff) | |
| download | serenity-6639d4f2f86c5da558b0cd110a18936aa04dfe9c.tar.xz serenity-6639d4f2f86c5da558b0cd110a18936aa04dfe9c.zip | |
hashmap of usages
Diffstat (limited to 'src/ext/framework/create_command.rs')
| -rw-r--r-- | src/ext/framework/create_command.rs | 2 |
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. |