Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar authored and Alex-Burmak committed May 28, 2024
1 parent 3f5b55f commit 25a3f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class RateLimiterStage(Handler):
"""
A bottleneck for controlling the number of data to prevent excessive loading.
Based on tocken bucket algorithm.
Based on token bucket algorithm.
"""

stype = StageType.STORAGE
Expand Down

0 comments on commit 25a3f76

Please sign in to comment.