1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ast: fix typo in comment

This commit is contained in:
joe-conigliaro 2020-07-14 04:04:16 +10:00
parent dd06d90466
commit 042add0e7f
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1

View File

@ -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