Skip to content

Commit 783b7bd

Browse files
oderskymbovel
andauthored
Update compiler/src/dotty/tools/dotc/typer/Typer.scala
Co-authored-by: Matt Bovel <[email protected]>
1 parent 863077c commit 783b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4114,7 +4114,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
41144114
*/
41154115
def issueErrors(fun: Tree, args: List[Tree]): Tree =
41164116
// 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
4117+
// implicit can be healed by simply dropping this alternative and trying something
41184118
// else. But an ambiguity is sticky and propagates outwards. If we have both
41194119
// a missing implicit on one argument and an ambiguity on another the whole
41204120
// branch should be classified as a missing implicit.

0 commit comments

Comments
 (0)