Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_virtual_type6.nit
index 4d5ce65..07d5fda 100644 (file)
@@ -20,9 +20,9 @@ class G[E]
        type F: E
        type F2: F
 
-       var e: E writable
-       var f: F writable
-       var f2: F2 writable
+       var e: E is writable
+       var f: F is writable
+       var f2: F2 is writable
 
        init(e: E, f: F, f2: F2)
        do