aboutsummaryrefslogtreecommitdiff
path: root/src/builder/execute_webhook.rs
diff options
context:
space:
mode:
authorPerry Fraser <[email protected]>2018-10-01 16:38:07 -0400
committerzeyla <[email protected]>2018-10-01 13:38:07 -0700
commit9865d9ccd727a7f6c5c9a6094b87af0f6353831b (patch)
treeb9d13d1ff517347da19d198b257481fffbbb68db /src/builder/execute_webhook.rs
parentChange DOS line endings to UNIX line endings (diff)
downloadserenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.tar.xz
serenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.zip
A bunch of typo fixes (#404)
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