model: Fix spelling mistake
[nit.git] / src / model / model.nit
index e7c3b15..b148eef 100644 (file)
@@ -388,8 +388,9 @@ class MClass
        super MEntity
 
        # The module that introduce the class
+       #
        # While classes are not bound to a specific module,
-       # the introducing module is used for naming an visibility
+       # the introducing module is used for naming and visibility.
        var intro_mmodule: MModule
 
        # The short name of the class