From e7dc69adf1d4313fb34608f79b881a9aa386a98d Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:46:18 -0700 Subject: [PATCH] Update type-byte-array.md --- rfcs/type-byte-array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/type-byte-array.md b/rfcs/type-byte-array.md index 76e65782..a5de7b6f 100644 --- a/rfcs/type-byte-array.md +++ b/rfcs/type-byte-array.md @@ -44,7 +44,7 @@ Returns the buffer data as a string. Returns the size of the buffer. -`buffer.copy(target_buffer: buffer, target_offset: number, source_buffer: buffer, source_offset: number, count: number?): ()` +`buffer.copy(target_buffer: buffer, target_offset: number, source_buffer: buffer, source_offset: number?, count: number?): ()` Copy 'count' bytes from 'source_buffer' starting at offset 'source_offset' into the 'target_buffer' at 'target_offset'.