Skip to content

Commit 822f009

Browse files
authored
Update README.md
1 parent 929feca commit 822f009

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
@@ -41,7 +41,7 @@ as well as `getRight` and `getLeft` to convert back to `Optional`.
4141

4242
### Working with streams
4343

44-
If you have a stream of `Either`, you can search for failures using one of the collectors
44+
If you have a stream of `Either`, you can search for *Left* values using one of the collectors
4545
`toValidList` and `toValidListAll`:
4646

4747
````java

0 commit comments

Comments
 (0)