Skip to content

Commit 26a50b7

Browse files
authored
Merge pull request #1857 from vreuter/patch-1
Refer to template trait to match code example
2 parents 98f4a9e + 46f1c60 commit 26a50b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/architecture-of-scala-213-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ trait IterableFactory[+CC[_]] {
329329

330330
Last but not least, as explained in the above sections, since we have four branches
331331
of template traits, we have four corresponding branches of factories. For instance,
332-
here are the relevant parts of code of the `map` operation implementation in `Map`:
332+
here are the relevant parts of code of the `map` operation implementation in `MapOps`:
333333

334334
~~~ scala
335335
trait MapOps[K, +V, +CC[_, _], +C]

0 commit comments

Comments
 (0)