Skip to content

Commit 23498a5

Browse files
committed
Fix specification for FixedWindowSum#sum()
1 parent 6c94b3b commit 23498a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hydev/mcpm/utils/arrays/FixedWindowSum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface FixedWindowSum {
2929

3030
/**
3131
* 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.
32+
* that ends at the index of the most recent addition / query.
3333
*
3434
* @return the result of the query
3535
*/

0 commit comments

Comments
 (0)