From 5fc473101d90d86ed494de9944ce7e58aba5c923 Mon Sep 17 00:00:00 2001 From: Kalrnlo <62822174+kalrnlo@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:22:59 -0400 Subject: [PATCH] Fix __call link in count --- docs/ratelimit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```