Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / sav / error_inh_loop.res
index c204aa0..4479834 100644 (file)
@@ -1,3 +1,3 @@
-error_inh_loop.nit:19,7: Error: Inheritance loop for class A with type B
-error_inh_loop.nit:23,7: Error: Inheritance loop for class B with type C
-error_inh_loop.nit:27,7: Error: Inheritance loop for class C with type A
+error_inh_loop.nit:19,7: Error: inheritance loop for class `A` with type `B`.
+error_inh_loop.nit:23,7: Error: inheritance loop for class `B` with type `C`.
+error_inh_loop.nit:27,7: Error: inheritance loop for class `C` with type `A`.