From 3be6e2e28b0c3e9baaef19f405c463e3a41fed25 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Mon, 30 Oct 2017 21:07:08 -0700 Subject: Slightly clarify ratelimiting documentation --- src/http/ratelimiting.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. -- cgit v1.2.3