modelize: precise in `has_value` doc the link with `is_lazy`
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 26 Aug 2016 17:02:47 +0000 (13:02 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 30 Aug 2016 00:43:10 +0000 (20:43 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/modelize/modelize_property.nit

index 9465dbb..44d551d 100644 (file)
@@ -1158,8 +1158,8 @@ redef class AAttrPropdef
        # Is the node tagged optional?
        var is_optional = false
 
-       # Has the node a default value?
-       # Could be through `n_expr` or `n_block`
+       # Does the node have a default value?
+       # Could be through `n_expr`, `n_block` or `is_lazy`
        var has_value = false
 
        # The guard associated to a lazy attribute.