Skip to content

Commit 9093356

Browse files
hamzaremmalcharpov
authored andcommitted
Fix typo in collection.Iterable
Originally submitted in #21692 Co-authored-by: Michel Charpentier <charpov@users.noreply.github.com>
1 parent 6abc68f commit 9093356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/collection/Iterable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ trait IterableOps[+A, +CC[_], +C] extends Any with IterableOnce[A] with Iterable
758758
* @param that the iterable providing the second half of each result pair
759759
* @param thisElem the element to be used to fill up the result if this $coll is shorter than `that`.
760760
* @param thatElem the element to be used to fill up the result if `that` is shorter than this $coll.
761-
* @return a new collection of type `That` containing pairs consisting of
761+
* @return a new $coll containing pairs consisting of
762762
* corresponding elements of this $coll and `that`. The length
763763
* of the returned collection is the maximum of the lengths of this $coll and `that`.
764764
* If this $coll is shorter than `that`, `thisElem` values are used to pad the result.

0 commit comments

Comments
 (0)