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 95efbb1 + e89cf5e commit 4ef7950Copy full SHA for 4ef7950
docs/docs/reference/auto-parameter-tupling.md
@@ -7,7 +7,7 @@ Say you have a list of pairs
7
8
val xs: List[(Int, Int)]
9
10
-and you want to map `xs` to a list of `Int`s so that eich pair of numbers is mapped to
+and you want to map `xs` to a list of `Int`s so that each pair of numbers is mapped to
11
their sum. Previously, the best way to do this was with a pattern-matching decomposition:
12
13
xs map {
0 commit comments