Skip to content

Commit

Permalink
Fix typo (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
perryprog authored and arqunis committed Jun 9, 2018
1 parent 9b2cd75 commit d0d363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/standard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ impl StandardFramework {
///
/// ```rust,ignore
/// framework.command("ping", |c| c
/// .description("Responds with 'pong'.")
/// .desc("Responds with 'pong'.")
/// .exec(|ctx, _, _| {
/// let _ = ctx.say("pong");
/// }));
Expand Down

0 comments on commit d0d363f

Please sign in to comment.