diff options
| author | Austin Hellyer <[email protected]> | 2016-11-30 07:08:37 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-30 07:08:37 -0800 |
| commit | 6adeee1750657043f2ab43fe1bcea83b4dd7fc96 (patch) | |
| tree | c396f20de22636b231a9d18d2bd7cf449632e283 /src/ext/framework | |
| parent | Add remaining REST routes (diff) | |
| download | serenity-6adeee1750657043f2ab43fe1bcea83b4dd7fc96.tar.xz serenity-6adeee1750657043f2ab43fe1bcea83b4dd7fc96.zip | |
Clarify some docs
Diffstat (limited to 'src/ext/framework')
| -rw-r--r-- | src/ext/framework/mod.rs | 2 |
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) { |