src & doc: change all remaining occurences of "special" by "super" keyword
[nit.git] / doc / developpez / poo / listings / type3_s.nit
index 607eb81..9ace3cd 100644 (file)
@@ -1,3 +1,3 @@
-class XMLDocument special Graph end
+class XMLDocument super Graph end
 
-class XMLNode special Node end
+class XMLNode super Node end