From 31574d10c424d789cf299ee8a902603e952a3d47 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Wed, 8 Nov 2023 05:27:45 -0800 Subject: [PATCH] Fix signature of buffer.tostring in the buffer RFC --- docs/type-byte-buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/type-byte-buffer.md b/docs/type-byte-buffer.md index b01ac00..669569a 100644 --- a/docs/type-byte-buffer.md +++ b/docs/type-byte-buffer.md @@ -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.