tests: add some runtime error in nitin.input
[nit.git] / lib / core / collection / hash_collection.nit
index 6546b19..25cf2b9 100644 (file)
@@ -21,7 +21,7 @@ redef class Map[K, V]
 end
 
 redef class Set[E]
-       # Get an instance of `HashMap[K, V]`, the default implementation
+       # Get an instance of `HashSet[E]`, the default implementation
        new do return new HashSet[E]
 end