Skip to content

Commit 4868b8d

Browse files
authored
Update compiler/src/dotty/tools/dotc/typer/Synthesizer.scala
1 parent 5eb0716 commit 4868b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Synthesizer(typer: Typer)(using @constructorOnly c: Context):
4545
// 3. Otherwise leave argument uninstantiated.
4646
// The reason for (2) is that we observed complicated constraints in i23611.scala
4747
// that get better types if a fully defined type is computed than if several type
48-
// variables are approximated incrementally. This is a minimization of some ZIP code.
48+
// variables are approximated incrementally. This is a minimization of some ZIO code.
4949
// So in order to keep backwards compatibility (where before we _only_ did 2) we
5050
// add that special case.
5151
def isGroundConstr(tp: Type): Boolean = tp.dealias match

0 commit comments

Comments
 (0)