We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478a57c commit 34b34d6Copy full SHA for 34b34d6
src/trytocatch/utils/concurrent/LatestResultsProvider.java
@@ -25,7 +25,7 @@
25
* If the calculation is hard to cancel, and the data changes frequently, you can use
26
* 'setUpdateDelay' to delay the launch of the calculation. But this will lead to another
27
* issue(or you may not think it is an issue), the data changes so frequently that the
28
- * calculation never be launched because the its interval is less than 'UpdateDelay'.
+ * calculation never be launched because its interval is less than 'UpdateDelay'.
29
* If you think it is an issue, you can use 'setDelayUpperLimit' to avoid it. If the sum
30
* of all 'UpdateDelay' greater than 'DelayUpperLimit', the delay mechanism will be
31
* disabled for this time.
0 commit comments