mirror of
https://github.com/lune-org/lune.git
synced 2025-04-03 18:10:54 +01:00
moonwave annotation fix
This commit is contained in:
parent
a05c598dc3
commit
a525faabb4
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ export type CArrInfo<T, R> = {
|
||||||
|
|
||||||
Get the byte offset of the field.
|
Get the byte offset of the field.
|
||||||
|
|
||||||
@param field index
|
@param The element index
|
||||||
@return byte offset
|
@return byte offset
|
||||||
]=]
|
]=]
|
||||||
offset: (self: CArrInfo<T, R>, index: number) -> number,
|
offset: (self: CArrInfo<T, R>, index: number) -> number,
|
||||||
|
|
Loading…
Add table
Reference in a new issue