mirror of https://github.com/Hilbis/Hilbish
fix: type typo (lol)
parent
d6eb92f321
commit
094e795d01
|
@ -42,6 +42,6 @@ func TryTable(v Value) (*Table, bool) {
|
||||||
return nil, false
|
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)
|
t.refIdx = mlr.state.Ref(i)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue