aboutsummaryrefslogtreecommitdiff
path: root/src/builder/execute_webhook.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/builder/execute_webhook.rs')
-rw-r--r--src/builder/execute_webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builder/execute_webhook.rs b/src/builder/execute_webhook.rs
index 9e7579c..c7d7915 100644
--- a/src/builder/execute_webhook.rs
+++ b/src/builder/execute_webhook.rs
@@ -171,7 +171,7 @@ impl Default for ExecuteWebhook {
/// Creating an `ExecuteWebhook` builder:
///
/// ```rust
- /// use serenity::utils::builder::ExecuteWebhook;
+ /// use serenity::builder::ExecuteWebhook;
///
/// let executer = ExecuteWebhook::default();
/// ```