aboutsummaryrefslogtreecommitdiff
path: root/src/builder/execute_webhook.rs
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-11-13 22:23:39 -0700
committerMishio595 <[email protected]>2018-11-13 22:23:39 -0700
commit1dad6996d8e9c983dc9e1689a93dbef5b0696c22 (patch)
tree1ee7226178cae76b20e6adcdc7e7cfcc3c477c32 /src/builder/execute_webhook.rs
parentFinish rebase (diff)
parentMake `Region`s `Japan`-variant lowercase. (diff)
downloadserenity-1dad6996d8e9c983dc9e1689a93dbef5b0696c22.tar.xz
serenity-1dad6996d8e9c983dc9e1689a93dbef5b0696c22.zip
Merge branch 'upstream'
Diffstat (limited to 'src/builder/execute_webhook.rs')
-rw-r--r--src/builder/execute_webhook.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/builder/execute_webhook.rs b/src/builder/execute_webhook.rs
index 65823bb..780d102 100644
--- a/src/builder/execute_webhook.rs
+++ b/src/builder/execute_webhook.rs
@@ -143,7 +143,7 @@ impl ExecuteWebhook {
///
/// # Examples
///
- /// Overriuding the username to `"hakase"`:
+ /// Overriding the username to `"hakase"`:
///
/// ```rust,no_run
/// # use serenity::client::rest;
@@ -173,7 +173,7 @@ impl Default for ExecuteWebhook {
/// ```rust
/// use serenity::builder::ExecuteWebhook;
///
- /// let executer = ExecuteWebhook::default();
+ /// let executor = ExecuteWebhook::default();
/// ```
///
/// [`Webhook`]: ../model/webhook/struct.Webhook.html