Skip to content

Commit

Permalink
Update a comment as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 19, 2020
1 parent 1aacda2 commit fff2b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/collection/Factory.scala
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ trait MapFactory[+CC[_, _]] extends Serializable {
def newBuilder[K, V]: Builder[(K, V), CC[K, V]]

/**
* Converts this to a Factory.
* The default Factory instance for maps.
*/
implicit def mapFactory[K, V]: Factory[(K, V), CC[K, V]] = MapFactory.toFactory(this)
}
Expand Down

0 comments on commit fff2b81

Please sign in to comment.