mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
|
@ -367,7 +367,7 @@ fn to_iarna(value ast.Value, skip_value_map bool) string {
|
|||
return '{ "type": "float", "value": "${val}" }'
|
||||
}
|
||||
v := value.i64()
|
||||
// TODO workaround https://github.com/vlang/v/issues/9507
|
||||
// TODO: workaround https://github.com/vlang/v/issues/9507
|
||||
if v == i64(-9223372036854775807 - 1) {
|
||||
if skip_value_map {
|
||||
return '-9223372036854775808'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue