summaryrefslogtreecommitdiff
path: root/test/files/neg/t2866.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
committerSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
commit305dd96c08041e9fa096cd56dfc4de80284e6fba (patch)
treee06cff876c51c16071827339c4c3d38093cee5f6 /test/files/neg/t2866.scala
parentdf73cb9101953ec7cf7f2cde36c26540c7d71a9b (diff)
parent2dcc4c42fdcefee08add9dbdcf619ab5da745674 (diff)
downloadscala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.gz
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.bz2
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.zip
Merge pull request #4559 from janekdb/2.11.x-scaladoc-2
Fix some typos (a-c)
Diffstat (limited to 'test/files/neg/t2866.scala')
-rw-r--r--test/files/neg/t2866.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2866.scala b/test/files/neg/t2866.scala
index 55ebff9710..6be8bf9e89 100644
--- a/test/files/neg/t2866.scala
+++ b/test/files/neg/t2866.scala
@@ -39,7 +39,7 @@ object Test {
import A.one
assert(implicitly[Int] == 1)
implicit val two = 2
- assert(implicitly[Int] == 2) // !!! Not ambiguous in 2.8.0. Ambigous in 2.7.6
+ assert(implicitly[Int] == 2) // !!! Not ambiguous in 2.8.0. Ambiguous in 2.7.6
}
locally {