Skip to content

Commit 9e4dbe8

Browse files
oderskyliufengyun
andauthoredSep 1, 2020
Update compiler/src/dotty/tools/dotc/util/HashTable.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 058e88d commit 9e4dbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/src/dotty/tools/dotc/util/HashTable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ class HashTable[Key >: Null <: AnyRef, Value >: Null <: AnyRef]
138138
yield (keyAt(idx), valueAt(idx))
139139

140140
override def toString: String =
141-
iterator.map((k, v) => s"$k -> $v").mkString("LinearTable(", ", ", ")")
141+
iterator.map((k, v) => s"$k -> $v").mkString("HashTable(", ", ", ")")
142142
end HashTable

0 commit comments

Comments
 (0)
Please sign in to comment.