We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c969e3c commit 73ad9b5Copy full SHA for 73ad9b5
src/main/java/org/dataloader/registries/DispatchPredicate.java
@@ -80,7 +80,7 @@ static DispatchPredicate dispatchIfLongerThan(Duration duration) {
80
/**
81
* This predicate will return true if the {@link DataLoader#dispatchDepth()} is greater than the specified depth.
82
*
83
- * 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.
84
85
* @param depth the value to be greater than
86
0 commit comments