From: Alexis Laferrière Date: Fri, 26 Aug 2016 17:02:47 +0000 (-0400) Subject: modelize: precise in `has_value` doc the link with `is_lazy` X-Git-Url: http://nitlanguage.org?ds=sidebyside modelize: precise in `has_value` doc the link with `is_lazy` Signed-off-by: Alexis Laferrière --- diff --git a/src/modelize/modelize_property.nit b/src/modelize/modelize_property.nit index 9465dbb..44d551d 100644 --- a/src/modelize/modelize_property.nit +++ b/src/modelize/modelize_property.nit @@ -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.