moonwave annotation fix

This commit is contained in:
kimpure 2024-11-06 16:20:08 +09:00
parent a05c598dc3
commit a525faabb4

View file

@ -597,7 +597,7 @@ export type CArrInfo<T, R> = {
Get the byte offset of the field.
@param field index
@param The element index
@return byte offset
]=]
offset: (self: CArrInfo<T, R>, index: number) -> number,