Skip to content

Commit 46f1c60

Browse files
authored
Refer to template trait to match code example
1 parent dc6fff1 commit 46f1c60

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)