formatting

This commit is contained in:
spencergibb
2025-01-16 21:20:33 -05:00
parent af200a5c86
commit 7a17e07cde

View File

@@ -251,8 +251,8 @@ public class Bucket4jRateLimiter extends AbstractRateLimiter<Bucket4jRateLimiter
GREEDY,
/**
* Intervally, in opposite to greedy, waits until the whole refillPeriod has elapsed
* before refilling tokens.
* Intervally, in opposite to greedy, waits until the whole refillPeriod has
* elapsed before refilling tokens.
*/
INTERVALLY,