src: mass rename project->package
[nit.git] / src / doc / console_templates / console_templates.nit
index 6e8f03e..fbeea29 100644 (file)
@@ -73,7 +73,7 @@ redef class ConcernSection
 
        redef fun rendering do
                var mentity = self.mentity
-               if mentity isa MGroup and mentity.mproject.root == mentity then
+               if mentity isa MGroup and mentity.mpackage.root == mentity then
                        render_body
                else
                        super