Skip to content

Commit 9127372

Browse files
authored
Merge pull request #1059 from SethTisue/fix-404-link
fix 404 link
2 parents 5bd3922 + e5ae236 commit 9127372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-02-28-collections-rework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ If you'd like to get involved, now is the time to weigh in on the discussions th
207207

208208
A few topics still need further exploration:
209209

210-
- Currently there is no support for [specialization](http://www.scala-notes.org/2011/04/specializing-for-primitive-types/) of collections. It would be nice to allow this in the new design if we can do it without too much of an impact on the majority of non-specialized collections.
210+
- Currently there is no support for [specialization](https://web.archive.org/web/20180924231107/http://www.scala-notes.org/2011/04/specializing-for-primitive-types/) of collections. It would be nice to allow this in the new design if we can do it without too much of an impact on the majority of non-specialized collections.
211211

212212
- We need a story for parallel collections. They will be [moved into a separate module](https://github.com/scala/scala/pull/5603/) in Scala 2.13 as part of the ongoing modularization of the standard library but it is not clear yet how closely they will be integrated into the new design.
213213

0 commit comments

Comments
 (0)