Skip to content

Commit cdfd219

Browse files
committed
Fix typo in diagnostics
1 parent 0c63930 commit cdfd219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/util/Stats.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import collection.mutable
8383
hb.continue = false
8484
println()
8585
println(hits.toList.sortBy(_._2).map{ case (x, y) => s"$x -> $y" } mkString "\n")
86-
println(s"uniqieInfo (size, accesses, collisions): ${ctx.base.uniquesSizes}")
86+
println(s"uniqueInfo (size, accesses, collisions): ${ctx.base.uniquesSizes}")
8787
}
8888
} else op
8989
}

0 commit comments

Comments
 (0)