We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b297d2f commit 51f0f9cCopy full SHA for 51f0f9c
_overviews/scala3-book/scala-features.md
@@ -117,7 +117,7 @@ All of these expressions look like a dynamically-typed language like Python or R
117
```scala
118
val s = "Hello"
119
val p = Person("Al", "Pacino")
120
-val sum = ints.reduceLeft(_ + _)
+val sum = nums.reduceLeft(_ + _)
121
val y = for i <- nums yield i * 2
122
val z = nums.filter(_ > 100)
123
.filter(_ < 10_000)
0 commit comments