From 208bfa1bc729669e0319e6c02690dbbb94997a70 Mon Sep 17 00:00:00 2001 From: kimpure Date: Tue, 5 Nov 2024 22:05:43 +0900 Subject: [PATCH] fix --- types/ffi.luau | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/ffi.luau b/types/ffi.luau index dcff859..088952d 100644 --- a/types/ffi.luau +++ b/types/ffi.luau @@ -313,7 +313,7 @@ export type CTypeInfo = { @tag Method @Method box - create a box with initial values + Create a box with initial values @param table The array of field values @return A box @@ -351,7 +351,7 @@ export type CTypeInfo = { @tag Method @Method copyData - copy values ​​from the source and paste them into the target. + Copy values ​​from the source and paste them into the target. @param destination where the data will be pasted @param src The source data