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 5feb302 commit e062c82Copy full SHA for e062c82
docs/docs/reference/auto-parameter-tupling-spec.md
@@ -18,7 +18,7 @@ xs.map {
18
case (x, y) => x + y
19
}
20
```
21
-While correct, this is inconvenient. Instead, we propose to be able to write it the following way:
+While correct, this is inconvenient. Instead, we propose to write it the following way:
22
23
```scala
24
xs.map {
0 commit comments