summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/GenTraversableLike.scala
diff options
context:
space:
mode:
authorBoris Korogvich <b.korogvich@gmail.com>2016-10-20 11:07:53 +0300
committerGitHub <noreply@github.com>2016-10-20 11:07:53 +0300
commit945678d23a5b0ff2fd74b9809219ae1589440df6 (patch)
tree5241f8d62d4c8d38e81de417cd4c280cb6f96d70 /src/library/scala/collection/GenTraversableLike.scala
parent156f7329c4f93a9c2d63785f50a5ca62d097278e (diff)
downloadscala-945678d23a5b0ff2fd74b9809219ae1589440df6.tar.gz
scala-945678d23a5b0ff2fd74b9809219ae1589440df6.tar.bz2
scala-945678d23a5b0ff2fd74b9809219ae1589440df6.zip
Fix typo in GenTraversableLike
Diffstat (limited to 'src/library/scala/collection/GenTraversableLike.scala')
-rw-r--r--src/library/scala/collection/GenTraversableLike.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/GenTraversableLike.scala b/src/library/scala/collection/GenTraversableLike.scala
index d730996be2..1cd126f94f 100644
--- a/src/library/scala/collection/GenTraversableLike.scala
+++ b/src/library/scala/collection/GenTraversableLike.scala
@@ -24,7 +24,7 @@ import scala.annotation.migration
* is found.
* @define bfinfo an implicit value of class `CanBuildFrom` which determines
* the result class `That` from the current representation type `Repr` and
- * and the new element type `B`.
+ * the new element type `B`.
* @define orderDependent
*
* Note: might return different results for different runs, unless the