Skip to content

Commit f9b6e84

Browse files
authored
Fix typo
1 parent c3e4c40 commit f9b6e84

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
@@ -575,7 +575,7 @@ class Typer extends Namer
575575
ConstFold(select)
576576
else if couldInstantiateTypeVar(qual.tpe.widen) then
577577
// there's a simply visible type variable in the result; try again with a more defined qualifier type
578-
// There's a second trial wherw we try to instantiate all type variables in `qual.tpe.widen`,
578+
// There's a second trial where we try to instantiate all type variables in `qual.tpe.widen`,
579579
// but that is done only after we search for extension methods or conversions.
580580
typedSelect(tree, pt, qual)
581581
else

0 commit comments

Comments
 (0)