modelize_class: fix doc
authorJean Privat <jean@pryen.org>
Fri, 19 Jul 2013 19:45:05 +0000 (15:45 -0400)
committerJean Privat <jean@pryen.org>
Sat, 20 Jul 2013 11:28:19 +0000 (07:28 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/modelize_class.nit

index d1c4c0c..5737e4b 100644 (file)
@@ -14,8 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#Analysis and verification of class definitions to instantiate model element
-
+# Analysis and verification of class definitions to instantiate model element
 module modelize_class
 
 import modelbuilder
@@ -424,4 +423,4 @@ redef class AType
 
        # Is the mtype a valid one?
        var checked_mtype: Bool = false
-end
\ No newline at end of file
+end