Skip to content

Commit 79d6979

Browse files
committed
Fix typo
1 parent b944b31 commit 79d6979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ then use on `join()` to access the actual values.
299299
This is however somewhat error prone and not recommended.
300300

301301

302-
To summary, there are multiple alternatives:
302+
To summarize, there are multiple alternatives:
303303
* nest the dependencies by using `thenCompose` and `thenApply`
304304
* use `thenCombine` to pairwise combine futures
305305
* use `CompletableFuture.allOf()` to combine a list of futures.

0 commit comments

Comments
 (0)