summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-10-20 07:36:39 -0700
committerGitHub <noreply@github.com>2016-10-20 07:36:39 -0700
commitfe16f2fb16c9e91d5c73627188f7aeeff22f76d6 (patch)
tree5241f8d62d4c8d38e81de417cd4c280cb6f96d70
parent156f7329c4f93a9c2d63785f50a5ca62d097278e (diff)
parent945678d23a5b0ff2fd74b9809219ae1589440df6 (diff)
downloadscala-fe16f2fb16c9e91d5c73627188f7aeeff22f76d6.tar.gz
scala-fe16f2fb16c9e91d5c73627188f7aeeff22f76d6.tar.bz2
scala-fe16f2fb16c9e91d5c73627188f7aeeff22f76d6.zip
Merge pull request #5471 from VEINHORN/patch-1
Fix typo in GenTraversableLike
-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