Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_init_simple.nit
index a5cdb89..d1f8f3f 100644 (file)
@@ -11,7 +11,7 @@ class B
        #alt1#redef init do '1'.output
        init do '1'.output #alt1#
        #alt1#redef init init2 do '2'.output
-       init init2 do '2'.output #alt1#
+       redef init init2 do '2'.output #alt1#
        #alt1#redef init init3 do '3'.output
        init init3 do '3'.output #alt1#
 end