mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
Fix typo
This commit is contained in:
parent
d98c20466e
commit
421b6ce4ac
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ string res = tos2("");
|
|||
'root, "$name"))'
|
||||
}
|
||||
else {
|
||||
dec += ' $dec_name(js_get(root, "$name"), & (res->$name))'
|
||||
dec += ' $dec_name(js_get(root, "$name"), & (res->$field.name))'
|
||||
}
|
||||
dec += ';\n'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue