From d930758c09cf3f7d56a50f941a6b526dee288e9b Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Thu, 16 Nov 2017 16:59:05 +0100 Subject: Fix doc-tests --- src/framework/standard/create_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/framework/standard/create_command.rs') diff --git a/src/framework/standard/create_command.rs b/src/framework/standard/create_command.rs index d083300..e5c9208 100644 --- a/src/framework/standard/create_command.rs +++ b/src/framework/standard/create_command.rs @@ -65,7 +65,7 @@ impl CreateCommand { /// } /// /// fn owner_check(_context: &mut Context, message: &Message, _: &mut Args, _: - /// &Arc) -> bool { + /// &CommandOptions) -> bool { /// // replace with your user ID /// message.author.id == 7 /// } -- cgit v1.2.3