Skip to content

Commit 72f3ab6

Browse files
committed
Fix typo
1 parent 894ecee commit 72f3ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/InlineCalls.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import dotty.tools.dotc.core.Types.MethodicType
88
import dotty.tools.dotc.transform.SymUtils._
99
import dotty.tools.dotc.typer.{ConstFold, Inliner}
1010

11-
/** β-reduce all calls to inline methods and preform constant folding */
11+
/** β-reduce all calls to inline methods and perform constant folding */
1212
class InlineCalls extends MacroTransform { thisPhase =>
1313
import tpd._
1414

0 commit comments

Comments
 (0)