From: Alexis Laferrière Date: Sat, 13 Sep 2014 17:26:49 +0000 (-0400) Subject: nitg: fix typo in doc of `MParameterType` X-Git-Tag: v0.6.9~34^2~1 X-Git-Url: http://nitlanguage.org?ds=sidebyside nitg: fix typo in doc of `MParameterType` Signed-off-by: Alexis Laferrière --- 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