summaryrefslogtreecommitdiff
path: root/test/files/pos/t1756.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1756.scala')
-rwxr-xr-xtest/files/pos/t1756.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1756.scala b/test/files/pos/t1756.scala
index 4f7202114c..d5d3ddc624 100755
--- a/test/files/pos/t1756.scala
+++ b/test/files/pos/t1756.scala
@@ -15,7 +15,7 @@ expected type from x+, because the lhs x is still typed as a Poly[A].
This means that the argument of the implicit conversion is typechecked
with expected type A with Poly[A]. And no solution is found.
-To solve this, I added a fallback scheme similar to implicit arguents:
+To solve this, I added a fallback scheme similar to implicit arguments:
When an implicit view that adds a method matching given arguments and result
type fails, try again without the result type.
*/