summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/IterableLike.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-12-15 17:43:00 +0000
committerMartin Odersky <odersky@gmail.com>2009-12-15 17:43:00 +0000
commitb0745039e23ac4b9e58c1109deb43428599f9db5 (patch)
treea293c31f8b63a6e67e0f9abc5ef9bf871d56e409 /src/library/scala/collection/IterableLike.scala
parent6c7497dff45b3c373d9f061c031968b822740fa3 (diff)
downloadscala-b0745039e23ac4b9e58c1109deb43428599f9db5.tar.gz
scala-b0745039e23ac4b9e58c1109deb43428599f9db5.tar.bz2
scala-b0745039e23ac4b9e58c1109deb43428599f9db5.zip
more docs. noreview.
Diffstat (limited to 'src/library/scala/collection/IterableLike.scala')
-rw-r--r--src/library/scala/collection/IterableLike.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/IterableLike.scala b/src/library/scala/collection/IterableLike.scala
index 06db5fb6fc..2e86b90479 100644
--- a/src/library/scala/collection/IterableLike.scala
+++ b/src/library/scala/collection/IterableLike.scala
@@ -221,7 +221,7 @@ self =>
/** Returns a $coll formed from this $coll and another iterable collection
* by combining corresponding elements in pairs.
* If one of the two collections is shorter than the other,
- * placeholder elements are used to extend the collection to the longer length.
+ * placeholder elements are used to extend the shorter collection to the length of the longer.
*
* $orderDependent
*