Fix signature of buffer.tostring in the buffer RFC

This commit is contained in:
vegorov-rbx 2023-11-08 05:27:45 -08:00 committed by GitHub
parent 2d619a8504
commit 31574d10c4
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.