Skip to content

Commit 379feeb

Browse files
The-Alchemistpivovarit
authored andcommitted
minor typo fix (#227)
1 parent 25062b6 commit 379feeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img src="https://img.shields.io/twitter/follow/pivovarit.svg?style=social&logo=twitter"
88
alt="follow on Twitter"></a>
99

10-
Parallel Collectors is a toolkit easining parallel collection processing in Java using Stream API.
10+
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
1111

1212
list.stream()
1313
.collect(parallelToList(i -> foo(i), executor, 2)).orTimeout(1000, MILLISECONDS)

0 commit comments

Comments
 (0)