diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 43b9952c15..237213edaf 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -258,7 +258,7 @@ pub: pub mut: name string is_method bool - is_field bool // temp hack, remove ASAP when call repimpl CallExpr / Selector (joe) + is_field bool // temp hack, remove ASAP when re-impl CallExpr / Selector (joe) args []CallArg expected_arg_types []table.Type language table.Language