diff options
| author | Mishio595 <[email protected]> | 2018-11-13 22:23:39 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-13 22:23:39 -0700 |
| commit | 1dad6996d8e9c983dc9e1689a93dbef5b0696c22 (patch) | |
| tree | 1ee7226178cae76b20e6adcdc7e7cfcc3c477c32 /src/builder/execute_webhook.rs | |
| parent | Finish rebase (diff) | |
| parent | Make `Region`s `Japan`-variant lowercase. (diff) | |
| download | serenity-1dad6996d8e9c983dc9e1689a93dbef5b0696c22.tar.xz serenity-1dad6996d8e9c983dc9e1689a93dbef5b0696c22.zip | |
Merge branch 'upstream'
Diffstat (limited to 'src/builder/execute_webhook.rs')
| -rw-r--r-- | src/builder/execute_webhook.rs | 4 |
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 |