Skip to content

Commit 54dfe29

Browse files
committed
typo fix
1 parent 44dddbb commit 54dfe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/quoted/QuoteContextImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ class QuoteContextImpl private (ctx: Context) extends QuoteContext:
20542054
def unapply(x: TypeBounds): Option[(Type, Type)] = Some((x.low, x.hi))
20552055
def empty: TypeBounds = Types .TypeBounds.empty
20562056
def upper(hi: Type): TypeBounds = Types .TypeBounds.upper(hi)
2057-
def lower(lo: Type): TypeBounds = Types .TypeBounds.lower(hi)
2057+
def lower(lo: Type): TypeBounds = Types .TypeBounds.lower(lo)
20582058
end TypeBounds
20592059

20602060
object TypeBoundsMethodsImpl extends TypeBoundsMethods:

0 commit comments

Comments
 (0)