Skip to content

Commit 371b24b

Browse files
committed
It and not I
1 parent b1b4dc2 commit 371b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/botblock/javabotblockapi/core/exceptions/RateLimitedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* <br>Use {@link #getDelay() getDelay()} to find out how long you have to wait until you can perform another request
2727
* towards {@link #getRoute() the targeted route}.
2828
*
29-
* <p>Note that this Wrapper will do <b>no attempt</b> at delaying any further requests! I is your own responsability to
29+
* <p>Note that this Wrapper will do <b>no attempt</b> at delaying any further requests! It is your own responsability to
3030
* handle rate limits properly in those cases and delay any future requests accordingly.
3131
* <br>Any automated POSTing method of this Wrapper should not get rate limited due to keeping a minimal delay between each
3232
* request that is more than enough.

0 commit comments

Comments
 (0)