Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Nov 9, 2023
1 parent c31d474 commit 6d1a9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.function.LongUnaryOperator;

/**
* Return the number of a random line from the specified file, indexed starting from 0.
* Return a modulo remainder of a line from the specified file, indexed starting from 0.
*/
@ThreadSafeMapper
@Categories({Category.general})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.function.LongUnaryOperator;

/**
* Return the number of a random line from the specified file, indexed starting from 0.
* Return a modulo remainder of a line from the specified file, indexed starting from 0.
*/
@ThreadSafeMapper
@Categories({Category.general})
Expand Down

0 comments on commit 6d1a9b2

Please sign in to comment.