Skip to content

Commit 73ad9b5

Browse files
committed
PR feedback - spillin misteak
1 parent c969e3c commit 73ad9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dataloader/registries/DispatchPredicate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static DispatchPredicate dispatchIfLongerThan(Duration duration) {
8080
/**
8181
* This predicate will return true if the {@link DataLoader#dispatchDepth()} is greater than the specified depth.
8282
*
83-
* This will act as minimum batch size. There must be more then `depth` items queued for the predicate to return true.
83+
* This will act as minimum batch size. There must be more than `depth` items queued for the predicate to return true.
8484
*
8585
* @param depth the value to be greater than
8686
*

0 commit comments

Comments
 (0)