diff options
Diffstat (limited to 'src/utils/builder')
| -rw-r--r-- | src/utils/builder/execute_webhook.rs | 2 | ||||
| -rw-r--r-- | src/utils/builder/search.rs | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/utils/builder/search.rs b/src/utils/builder/search.rs index cf61bed..c0a7499 100644 --- a/src/utils/builder/search.rs +++ b/src/utils/builder/search.rs @@ -187,7 +187,7 @@ impl SortingOrder { /// [`limit`]: #method.limit /// [`offset`]: #method.offset /// [`sort_by`]: #method.sort_by -/// [example 08]: https://github.com/zeyla/serenity.rs/tree/master/examples/08_search +/// [example 08]: https://github.com/zeyla/serenity/tree/master/examples/08_search pub struct Search<'a>(pub BTreeMap<&'a str, String>); impl<'a> Search<'a> { |