mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
fix: type typo (lol)
This commit is contained in:
parent
d6eb92f321
commit
094e795d01
@ -42,6 +42,6 @@ func TryTable(v Value) (*Table, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
func (t *Table) setRefIdx(mlr *Runtime, i idx) {
|
||||
func (t *Table) setRefIdx(mlr *Runtime, i int) {
|
||||
t.refIdx = mlr.state.Ref(i)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user