Fix signature of buffer.tostring in the buffer RFC (#9)

This commit is contained in:
vegorov-rbx 2023-11-08 06:09:04 -08:00 committed by GitHub
parent 2d619a8504
commit cdaab6518c
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.