aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-10-30 21:07:08 -0700
committerZeyla Hellyer <[email protected]>2017-10-30 21:07:08 -0700
commit3be6e2e28b0c3e9baaef19f405c463e3a41fed25 (patch)
tree6160c1f26072a67b54284592cfb6ed035071d2bd /src
parentFix extraneous whitespace (diff)
downloadserenity-3be6e2e28b0c3e9baaef19f405c463e3a41fed25.tar.xz
serenity-3be6e2e28b0c3e9baaef19f405c463e3a41fed25.zip
Slightly clarify ratelimiting documentation
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.