Commit 861e6ff
authored
Fix documentation in Iterable.scala (scala#21692)
The documentation for `zipAll` is incorrect, e.g., `List(1, 2,
3).zipAll(Set("x"), 0, "")` produces a list, not a set.File tree
1 file changed
+1
-1
lines changed- scala2-library-bootstrapped/src/scala/collection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
| 759 | + | |
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| |||
0 commit comments