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