nitg: fix typo in doc of `MParameterType`
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 13 Sep 2014 17:26:49 +0000 (13:26 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 17 Sep 2014 18:35:00 +0000 (14:35 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/model/model.nit

index 6d5aa9c..e0d941a 100644 (file)
@@ -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