Skip to content

Commit

Permalink
Remove "using" (discord#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored and msciotti committed Oct 30, 2019
1 parent d70dec6 commit c84a3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Rate_Limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Note that the normal rate-limiting headers will be sent in this response. The ra

## More Precise Rate Limit Resets

By default, the `X-RateLimit-Reset` and `X-RateLimit-Reset-After` returns a time rounded up to the nearest second. However, for more precise rate limit handling, you can now request `millisecond` level precision by using sending the `X-RateLimit-Precision` header and setting it to `millisecond`. This means that you will get a more precise response, rounded to the nearest millisecond.
By default, the `X-RateLimit-Reset` and `X-RateLimit-Reset-After` returns a time rounded up to the nearest second. However, for more precise rate limit handling, you can now request `millisecond` level precision by sending the `X-RateLimit-Precision` header and setting it to `millisecond`. This means that you will get a more precise response, rounded to the nearest millisecond.

###### Example Responses

Expand Down

0 comments on commit c84a3f0

Please sign in to comment.