model: Fix a minor documentation mistake
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 30 Jun 2016 16:53:51 +0000 (12:53 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 30 Jun 2016 16:53:51 +0000 (12:53 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/model/model.nit

index b148eef..cc99707 100644 (file)
@@ -75,7 +75,7 @@ redef class Model
        # Collections of classes grouped by their short name
        private var mclasses_by_name = new MultiHashMap[String, MClass]
 
-       # Return all class named `name`.
+       # Return all classes named `name`.
        #
        # If such a class does not exist, null is returned
        # (instead of an empty array)