aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-30 07:08:37 -0800
committerAustin Hellyer <[email protected]>2016-11-30 07:08:37 -0800
commit6adeee1750657043f2ab43fe1bcea83b4dd7fc96 (patch)
treec396f20de22636b231a9d18d2bd7cf449632e283 /src/ext/framework
parentAdd remaining REST routes (diff)
downloadserenity-6adeee1750657043f2ab43fe1bcea83b4dd7fc96.tar.xz
serenity-6adeee1750657043f2ab43fe1bcea83b4dd7fc96.zip
Clarify some docs
Diffstat (limited to 'src/ext/framework')
-rw-r--r--src/ext/framework/mod.rs2
1 files changed, 1 insertions, 1 deletions
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) {