Skip to content

Commit 929feca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Repeating the result type in the `map` operation is necessary, due to a limitati
3131
### Working with Either
3232

3333
`Either` has the familiar methods from `Optional`: `map`, `flatMap` and `filter`.
34-
These will always return *Left* value unchanged,
35-
just like the corresponding methods in `Optional` which return an *empty* value unchanged.
34+
These will always return a *Left* value unchanged,
35+
just like the corresponding methods in `Optional`, which return an *empty* value unchanged.
3636

3737
Symmetrically there are `mapLeft`, `flatMapLeft` and `filterLeft`, which return a *Right* value unchanged.
3838

0 commit comments

Comments
 (0)