lib/collection: fix doc of the popular `Container`
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 10 Mar 2015 19:58:24 +0000 (15:58 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 10 Mar 2015 20:02:13 +0000 (16:02 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/standard/collection/abstract_collection.nit

index d38e001..e1cb6a0 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]