src/nitni: fix doc of `is_cprimitive`
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 8 Jun 2015 14:40:35 +0000 (10:40 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 8 Jun 2015 14:40:35 +0000 (10:40 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/nitni/nitni_base.nit

index a50aa8f..846f944 100644 (file)
@@ -78,7 +78,7 @@ redef class MType
        #   Pointer -> Pointer
        fun mangled_cname: String is abstract
 
-       # Does this types has a primitive representation?
+       # Does this type have a primitive representation?
        #
        #   type Object is_primitive? false
        #   type Pointer is_primitive? true