From: Alexis Laferrière Date: Tue, 10 Mar 2015 19:58:24 +0000 (-0400) Subject: lib/collection: fix doc of the popular `Container` X-Git-Tag: v0.7.3~28^2~4 X-Git-Url: http://nitlanguage.org lib/collection: fix doc of the popular `Container` Signed-off-by: Alexis Laferrière --- diff --git a/lib/standard/collection/abstract_collection.nit b/lib/standard/collection/abstract_collection.nit index d38e001..e1cb6a0 100644 --- a/lib/standard/collection/abstract_collection.nit +++ b/lib/standard/collection/abstract_collection.nit @@ -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]