Skip to content

Commit 1b39461

Browse files
authored
Merge pull request #2353 from Florian3k/patch-1
Remove dangling opening brace
2 parents 9d9f096 + 7282312 commit 1b39461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/fp-functional-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ val stringA = "1"
137137
val stringB = "2"
138138
val stringC = "3"
139139

140-
val y = for {
140+
val y = for
141141
a <- makeInt(stringA)
142142
b <- makeInt(stringB)
143143
c <- makeInt(stringC)

0 commit comments

Comments
 (0)