Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / astprinter.nit
index 1a4d804..91aee2f 100644 (file)
@@ -90,7 +90,7 @@ redef class ABlockExpr
        end
 end
 
-redef class AIntExpr
+redef class AIntegerExpr
        redef fun accept_printer(v)
        do
                v.write(value.to_s)