We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33a968 commit 1ee9297Copy full SHA for 1ee9297
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -3811,7 +3811,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
3811
*/
3812
def issueErrors(fun: Tree, args: List[Tree]): Tree =
3813
// Prefer other errors over ambiguities. If nested in outer searches a missing
3814
- // implicit can be healed by simply dropping this alternative and tryng something
+ // implicit can be healed by simply dropping this alternative and trying something
3815
// else. But an ambiguity is sticky and propagates outwards. If we have both
3816
// a missing implicit on one argument and an ambiguity on another the whole
3817
// branch should be classified as a missing implicit.
0 commit comments