aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/execute_webhook.rs
diff options
context:
space:
mode:
authorIllia <[email protected]>2017-01-05 00:03:27 +0300
committerIllia <[email protected]>2017-01-05 00:03:27 +0300
commit3348178f151d8e1d7aa0432984a2dd23fa7b9e89 (patch)
tree1349dd7d6849bfc12da9fb064cea4a22a5613c09 /src/utils/builder/execute_webhook.rs
parentSimplify a small bit of Context (diff)
downloadserenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.tar.xz
serenity-3348178f151d8e1d7aa0432984a2dd23fa7b9e89.zip
Fix rs suffix
Diffstat (limited to 'src/utils/builder/execute_webhook.rs')
-rw-r--r--src/utils/builder/execute_webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/builder/execute_webhook.rs b/src/utils/builder/execute_webhook.rs
index c45b1c0..9da701f 100644
--- a/src/utils/builder/execute_webhook.rs
+++ b/src/utils/builder/execute_webhook.rs
@@ -105,7 +105,7 @@ impl Default for ExecuteWebhook {
///
/// The only default value is [`tts`] being set to `true`. In the event that
/// there is a bug that Discord defaults `tts` to `true`, at least
- /// serenity.rs won't be a part of it.
+ /// serenity won't be a part of it.
///
/// [`Webhook`]: ../../model/struct.Webhook.html
/// [`tts`]: #method.tts