Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Nov 11, 2024
1 parent a5c2c69 commit 6bbeacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rate-limiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ scheduler.Schedule(SomeFunc, permitWaitTime)

## Performance

Failsafe's internal [RateLimiter] implementation is efficient, with _O(1)_ time and space complexity.
Failsafe-go's internal [RateLimiter] implementation is efficient, with _O(1)_ time and space complexity.

{% include common-links.html %}

0 comments on commit 6bbeacb

Please sign in to comment.