Merge: Derive all the things
[nit.git] / lib / standard / collection / abstract_collection.nit
index 1515ffd..d51e710 100644 (file)
@@ -203,7 +203,7 @@ end
 #
 # Used to pass arguments by reference.
 #
-# Also used when one want to give asingle element when a full
+# Also used when one want to give a single element when a full
 # collection is expected
 class Container[E]
        super Collection[E]