diff --git a/_overviews/scala-book/match-expressions.md b/_overviews/scala-book/match-expressions.md index 3168a2bedb..e06a178a11 100644 --- a/_overviews/scala-book/match-expressions.md +++ b/_overviews/scala-book/match-expressions.md @@ -202,7 +202,7 @@ count match { } ``` -Here’s a variation of that example that uses parentheses +Here’s a variation of that example that uses curly braces: ```scala count match {