Skip to content

Commit ce27de2

Browse files
authored
Update compiler/src/dotty/tools/dotc/core/SymDenotations.scala
1 parent d2becfe commit ce27de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ object SymDenotations {
171171
val traceCycles = CyclicReference.isTraced
172172
try
173173
if traceCycles then
174-
CyclicReference.pushTrace("complete the info of ", symbol, "")
174+
CyclicReference.pushTrace("compute the signature of ", symbol, "")
175175
if myFlags.is(Touched) then
176176
throw CyclicReference(this)(using ctx.withOwner(symbol))
177177
myFlags |= Touched

0 commit comments

Comments
 (0)