We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c94b3b commit 23498a5Copy full SHA for 23498a5
src/main/java/org/hydev/mcpm/utils/arrays/FixedWindowSum.java
@@ -29,7 +29,7 @@ public interface FixedWindowSum {
29
30
/**
31
* Query the sum of all values that have an index within the window size (exclusive)
32
- * that ends at the index of the most recent addition.
+ * that ends at the index of the most recent addition / query.
33
*
34
* @return the result of the query
35
*/
0 commit comments