From 8e4aa2ef1627dd135524a7fb425caefe4e05d348 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Thu, 30 Jun 2016 12:53:51 -0400 Subject: [PATCH] model: Fix a minor documentation mistake MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- src/model/model.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/model.nit b/src/model/model.nit index b148eef..cc99707 100644 --- a/src/model/model.nit +++ b/src/model/model.nit @@ -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) -- 1.7.9.5