Skip to content

Commit e062c82

Browse files
committed
Address comments
1 parent 5feb302 commit e062c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/auto-parameter-tupling-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ xs.map {
1818
case (x, y) => x + y
1919
}
2020
```
21-
While correct, this is inconvenient. Instead, we propose to be able to write it the following way:
21+
While correct, this is inconvenient. Instead, we propose to write it the following way:
2222

2323
```scala
2424
xs.map {

0 commit comments

Comments
 (0)