mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 01:50:59 +01:00
Fix signature of buffer.tostring in the buffer RFC
This commit is contained in:
parent
2d619a8504
commit
31574d10c4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Each byte is initialized to 0.
|
|||
Instantiates the object from a string.
|
||||
The size of the buffer is fixed and equals to the length of the string.
|
||||
|
||||
`buffer.tostring(): string`
|
||||
`buffer.tostring(b: buffer): string`
|
||||
|
||||
Returns the buffer data as a string.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue