Skip to content

Commit

Permalink
Update ratelimit description
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Jul 27, 2024
1 parent 51cae0d commit e69ae58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ features:
details: Pure luau version of roblox's Random object
link: /random
- title: Ratelimit
details: n/a
details: Object for handling ratelimits intuitively
link: /ratelimit
- title: RbxThumb
details: Utility for making roblox thumbnail urls
Expand Down
2 changes: 1 addition & 1 deletion docs/ratelimit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ratelimit

Object for handling ratelimits intuitively, can be used without a Ratelimits many keys in a very intuitive interface. Ratelimits can also be used without any keys
Object for handling ratelimits intuitively

```luau
local ReplicatedStorage = game:GetService("ReplicatedStorage")
Expand Down

0 comments on commit e69ae58

Please sign in to comment.