We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b4dc2 commit 371b24bCopy full SHA for 371b24b
1 file changed
core/src/main/java/org/botblock/javabotblockapi/core/exceptions/RateLimitedException.java
@@ -26,7 +26,7 @@
26
* <br>Use {@link #getDelay() getDelay()} to find out how long you have to wait until you can perform another request
27
* towards {@link #getRoute() the targeted route}.
28
*
29
- * <p>Note that this Wrapper will do <b>no attempt</b> at delaying any further requests! I is your own responsability to
+ * <p>Note that this Wrapper will do <b>no attempt</b> at delaying any further requests! It is your own responsability to
30
* handle rate limits properly in those cases and delay any future requests accordingly.
31
* <br>Any automated POSTing method of this Wrapper should not get rate limited due to keeping a minimal delay between each
32
* request that is more than enough.
0 commit comments