From ffbe0d7996846ff49558e74a56882e143528f67d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 13 Sep 2014 13:26:49 -0400 Subject: [PATCH] nitg: fix typo in doc of `MParameterType` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- src/model/model.nit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/model.nit b/src/model/model.nit index 6d5aa9c..e0d941a 100644 --- a/src/model/model.nit +++ b/src/model/model.nit @@ -1245,8 +1245,8 @@ end # The type associated the a formal parameter generic type of a class # # Each parameter type is associated to a specific class. -# It's mean that all refinements of a same class "share" the parameter type, -# but that a generic subclass has its on parameter types. +# It means that all refinements of a same class "share" the parameter type, +# but that a generic subclass has its own parameter types. # # However, in the sense of the meta-model, a parameter type of a class is # a valid type in a subclass. The "in the sense of the meta-model" is -- 1.7.9.5