Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_int2.nit
index eb1e7dc..3e66af7 100644 (file)
@@ -73,5 +73,5 @@ fun three: Int do return 3
 (three<=>two).output
 '\n'.output
 
-one.succ.output
-three.prec.output
+one.successor(1).output
+three.predecessor(1).output