Update type-byte-array.md

This commit is contained in:
vegorov-rbx 2023-10-13 09:46:18 -07:00 committed by GitHub
parent 21a72c19ca
commit e7dc69adf1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ Returns the buffer data as a string.
Returns the size of the buffer. 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'. Copy 'count' bytes from 'source_buffer' starting at offset 'source_offset' into the 'target_buffer' at 'target_offset'.