From 6639d4f2f86c5da558b0cd110a18936aa04dfe9c Mon Sep 17 00:00:00 2001 From: Taavetti Sjelkov Date: Mon, 2 Jan 2017 20:16:43 +0200 Subject: hashmap of usages --- src/ext/framework/create_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/framework/create_command.rs') 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. -- cgit v1.2.3