Skip to content

Commit 55fa46d

Browse files
oderskyWojciechMazur
authored andcommitted
Update compiler/src/dotty/tools/dotc/core/SymDenotations.scala
[Cherry-picked ce27de2]
1 parent d673901 commit 55fa46d

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
@@ -170,7 +170,7 @@ object SymDenotations {
170170
val traceCycles = CyclicReference.isTraced
171171
try
172172
if traceCycles then
173-
CyclicReference.pushTrace("complete the info of ", symbol, "")
173+
CyclicReference.pushTrace("compute the signature of ", symbol, "")
174174
if myFlags.is(Touched) then
175175
throw CyclicReference(this)(using ctx.withOwner(symbol))
176176
myFlags |= Touched

0 commit comments

Comments
 (0)