diff --git a/types/ffi.luau b/types/ffi.luau index 06bbb30..206d26b 100644 --- a/types/ffi.luau +++ b/types/ffi.luau @@ -597,7 +597,7 @@ export type CArrInfo = { Get the byte offset of the field. - @param field index + @param The element index @return byte offset ]=] offset: (self: CArrInfo, index: number) -> number,