Skip to content

Commit

Permalink
Fix __call link in count
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing authored Jul 27, 2024
1 parent e69ae58 commit 5fc4731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ratelimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -71,4 +71,4 @@ The interval for the ratelimit object

```luau
type interval = number
```
```

0 comments on commit 5fc4731

Please sign in to comment.