Skip to content

Commit

Permalink
Fix windowSliding() JavaDocs (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Oct 16, 2024
1 parent 6f822bf commit 0d1ff16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/pivovarit/gatherers/MoreGatherers.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private MoreGatherers() {
* <p>Common use cases include moving averages, trend analysis, and any scenario requiring
* overlapping or rolling window operations on a list of elements.</p>
*
* @param <TR> the type of elements in the input and output list
* @param <T> the type of elements in the input and output list
* @param windowSize the size of each window (must be a positive integer)
* @param step the number of elements to slide the window by (must be a positive integer)
*
Expand Down

0 comments on commit 0d1ff16

Please sign in to comment.