We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7ba2b commit fd70c61Copy full SHA for fd70c61
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -2159,7 +2159,7 @@ class Typer extends Namer with TypeAssigner with Applications with Implicits wit
2159
if (resultMatch || ctx.mode.is(Mode.ImplicitsEnabled)) adaptNoArgsImplicitMethod(wtp)
2160
else {
2161
// Don't proceed with implicit search if result type cannot match - the search
2162
- // will likely by under-constrained, which means that an unbounded number of alternatives
+ // will likely be under-constrained, which means that an unbounded number of alternatives
2163
// is tried. See strawman-contrib MapDecoratorTest.scala for an example where this happens.
2164
err.typeMismatch(tree, pt)
2165
}
0 commit comments