Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PR feedback - spillin misteak
  • Loading branch information
bbakerman committed Jul 1, 2021
commit 73ad9b56e09ec4b149b5a33c7f087f9625085d1d
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static DispatchPredicate dispatchIfLongerThan(Duration duration) {
/**
* This predicate will return true if the {@link DataLoader#dispatchDepth()} is greater than the specified depth.
*
* This will act as minimum batch size. There must be more then `depth` items queued for the predicate to return true.
* This will act as minimum batch size. There must be more than `depth` items queued for the predicate to return true.
*
* @param depth the value to be greater than
*
Expand Down