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.
2 parents a9a80d9 + 51f0f9c commit ac68d65Copy full SHA for ac68d65
_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