From a525faabb4aad0a5af12f9bc5865771a52ccbadf Mon Sep 17 00:00:00 2001 From: kimpure Date: Wed, 6 Nov 2024 16:20:08 +0900 Subject: [PATCH] moonwave annotation fix --- types/ffi.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,