fix: type typo (lol)

midnight-edition
sammyette 2024-12-21 18:30:03 -04:00
parent d6eb92f321
commit 094e795d01
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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