From 6adeee1750657043f2ab43fe1bcea83b4dd7fc96 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Wed, 30 Nov 2016 07:08:37 -0800 Subject: Clarify some docs --- src/ext/framework/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext/framework') diff --git a/src/ext/framework/mod.rs b/src/ext/framework/mod.rs index a470550..c27ac5c 100644 --- a/src/ext/framework/mod.rs +++ b/src/ext/framework/mod.rs @@ -84,7 +84,7 @@ use ::model::Message; /// ``` /// /// Create a command named `multiply` which accepts 2 floats and multiplies -/// them, sending the returned value: +/// them, sending the product as a reply: /// /// ```rust,ignore /// command!(multiply(_context, message, _args, first: f64, second: f64) { -- cgit v1.2.3