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 95efbb1 commit e89cf5eCopy full SHA for e89cf5e
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