Skip to content

Commit f490928

Browse files
authored
Merge pull request #654 from SethTisue/canbuildfrom-tweak
link to previous blog post
2 parents d59a8b2 + 919ee9f commit f490928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2017-05-30-tribulations-canbuildfrom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: Tribulations of CanBuildFrom
99
infamous abstraction of the current collections. It is mainly criticised for making scary type
1010
signatures.
1111

12-
Our ongoing [collections redesign](https://github.com/scala/collection-strawman) is an opportunity
13-
to try alternative designs. This blogposts explains the (many!) problems solved by `CanBuildFrom`
12+
Our ongoing collections redesign ([blog post](http://www.scala-lang.org/blog/2017/02/28/collections-rework.html), [GitHub repo](https://github.com/scala/collection-strawman)) is an opportunity
13+
to try alternative designs. This post explains the (many!) problems solved by `CanBuildFrom`
1414
and the alternative solutions implemented in the new collections.
1515

1616
## Transforming the elements of a collection

0 commit comments

Comments
 (0)