Skip to content

Commit 7907757

Browse files
andreatankykahgoh
andauthored
Update exercises/practice/rate-limiter/.docs/instructions.md
Co-authored-by: Kah Goh <[email protected]>
1 parent baf39d2 commit 7907757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/practice/rate-limiter/.docs/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Once the window resets, the allowance refreshes for the next window.
1515
Each client is tracked separately, so another client can make requests within that same period.
1616

1717
For example, consider a rate limiter configured to limit 2 requests per 10 seconds per client.
18-
Lets say client A sends a request.
18+
Lets say a client sends a request:
19+
1920
- Being its first request, the request is permitted.
2021
- A second request within 10 seconds after the first one is also permitted.
2122
- However, further requests after that would be denied _until_ at least 10 seconds has elapsed since the first request.

0 commit comments

Comments
 (0)