Skip to content

Commit 51db7e6

Browse files
authored
Merge pull request #28 from Toromtomtom/fix-scaladoc
Remove an unresolvable Scaladoc macro call
2 parents a25a51b + 37fd915 commit 51db7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/collection/decorators/SeqDecorator.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SeqDecorator[C, S <: IsSeq[C]](coll: C)(implicit val seq: S) {
4848
*
4949
* @param elem the element to replace
5050
* @param replacement the replacement element
51-
* @tparam B the element type of the returned $coll.
51+
* @tparam B the element type of the returned collection.
5252
* @return a new sequence consisting of all elements of this sequence
5353
* except that all occurrences of `elem` are replaced by
5454
* `replacement`

0 commit comments

Comments
 (0)