diff --git a/docs/ratelimit.md b/docs/ratelimit.md index 08fc897..3246bf3 100644 --- a/docs/ratelimit.md +++ b/docs/ratelimit.md @@ -43,7 +43,7 @@ check_limit("meow") ### `count` -The count for when the ratelimit object has its [`__call`](#__call) metamethod invoked without the key argument +The count for when the ratelimit object has its [`__call`](#call) metamethod invoked without the key argument ```luau type count = number @@ -71,4 +71,4 @@ The interval for the ratelimit object ```luau type interval = number -``` \ No newline at end of file +```