Skip to content

Commit 5df9085

Browse files
authored
Merge pull request #1567 from 0x54321/patch-1
Update match-expressions.md
2 parents 5e90841 + 5aa15c6 commit 5df9085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala-book/match-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ count match {
202202
}
203203
```
204204

205-
Here’s a variation of that example that uses parentheses
205+
Here’s a variation of that example that uses curly braces:
206206

207207
```scala
208208
count match {

0 commit comments

Comments
 (0)