Skip to content

Commit 1ee9297

Browse files
oderskyWojciechMazur
authored andcommitted
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Co-authored-by: Matt Bovel <[email protected]> [Cherry-picked 783b7bd]
1 parent d33a968 commit 1ee9297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Typer.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3811,7 +3811,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
38113811
*/
38123812
def issueErrors(fun: Tree, args: List[Tree]): Tree =
38133813
// 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
3814+
// implicit can be healed by simply dropping this alternative and trying something
38153815
// else. But an ambiguity is sticky and propagates outwards. If we have both
38163816
// a missing implicit on one argument and an ambiguity on another the whole
38173817
// branch should be classified as a missing implicit.

0 commit comments

Comments
 (0)