aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http/ratelimiting.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ratelimiting.rs b/src/http/ratelimiting.rs
index dbaca6b..8008616 100644
--- a/src/http/ratelimiting.rs
+++ b/src/http/ratelimiting.rs
@@ -339,8 +339,8 @@ pub enum Route {
VoiceRegions,
/// Route for the `/webhooks/:webhook_id` path.
WebhooksId,
- /// Route where no ratelimit headers are in place (i.e. user account-only
- /// routes).
+ /// Route where no ratelimit headers are in place (e.g. current application
+ /// info retrieval).
///
/// This is a special case, in that if the route is `None` then pre- and
/// post-hooks are not executed.