From 042add0e7f9ec3f2a7f78c2724f55537398ec28d Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Tue, 14 Jul 2020 04:04:16 +1000 Subject: [PATCH] ast: fix typo in comment --- vlib/v/ast/ast.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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