mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update type-byte-array.md
This commit is contained in:
parent
21a72c19ca
commit
e7dc69adf1
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue