summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1786.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-18 08:30:44 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-18 08:43:09 +0100
commitce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222 (patch)
treeaf20c0b44da805890b8b60744657046644424567 /test/pending/pos/t1786.scala
parentc4f0ba4c108132e9e289032b99c519e0a0b7b056 (diff)
downloadscala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.tar.gz
scala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.tar.bz2
scala-ce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222.zip
Fix some typos (a-c)
Diffstat (limited to 'test/pending/pos/t1786.scala')
-rw-r--r--test/pending/pos/t1786.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/pos/t1786.scala b/test/pending/pos/t1786.scala
index 6299eb9eae..16ce4301bc 100644
--- a/test/pending/pos/t1786.scala
+++ b/test/pending/pos/t1786.scala
@@ -1,5 +1,5 @@
/** This a consequence of the current type checking algorithm, where bounds are checked only after variables are instantiated.
- * I believe this will change once we go to contraint-based type inference.
+ * I believe this will change once we go to constraint-based type inference.
* Alternatively, we can pursue a more extensive fix to SI-6169
*
* The below code shows a compiler flaw in that the wildcard "_" as value for a bounded type parameter either