Skip to content

Commit c1d0720

Browse files
committed
Rewording
1 parent 7a75aae commit c1d0720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2025-09-15-arrow-2-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fun failOnMoreConditionsWithBindMap(): Either<String, Int> =
5252
.map { it + 100 }
5353
```
5454

55-
This new function provides no new functionality. For example, here is the code equivalent
56-
to the one above, but using the `Either` DSL.
55+
This new function provides no functionality you could not get before.
56+
For example, here is the code equivalent to the one above, but using the `Either` DSL.
5757

5858
```kotlin
5959
fun failOnMoreConditionsWithBindMap(): Either<String, Int> = either {

0 commit comments

Comments
 (0)