src: misc typos, doc and warning fixes
[nit.git] / src / model / mdoc.nit
index 7ce57e4..261fafe 100644 (file)
@@ -35,7 +35,7 @@ end
 
 redef class MEntity
        # The documentation associated to the entity
-       var mdoc: nullable MDoc is writable
+       var mdoc: nullable MDoc = null is writable
 
        # The documentation associated to the entity or their main nested entity.
        #