Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit ab89589

Browse files
committed
Remove an extra 'an'
1 parent 6fcfe82 commit ab89589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class in a layered approach. The layers are as follows:
228228
229229
## Rate Limited Decrement
230230
231-
AWS only allows 4 table decrements in a calendar day. To account for this we have an included
231+
AWS only allows 4 table decrements in a calendar day. To account for this we have included
232232
an algorithm which segments the remaining time to midnight by the amount of decrements we have left.
233233
This logic allows us to utilise each 4 decrements as efficiently as possible. The increments on the
234234
other hand are unlimited, so the algorithm follows a unique 'sawtooth' profile, dropping the

0 commit comments

Comments
 (0)