Skip to content

Commit 5ee86b2

Browse files
committed
Change heading
1 parent a7f5fb6 commit 5ee86b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ get a `Seq[B]`.
7070
Thus, we got rid of the cryptic method signatures while still supporting the feature
7171
of returning a different type of result according to the type of the transformation function.
7272

73-
## Kind polymorphism
73+
## Collections’ type constructors with different arities
7474

7575
The collections are hierarchically organized. Essentially, the most generic collection
7676
is `Iterable[A]`, and then we have three main kinds of collections: `Seq[A]`, `Set[A]`

0 commit comments

Comments
 (0)