From 47326121ccc7b6430fcf8efa7074d2b84b16ece5 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:05:28 -0800 Subject: [PATCH] Update _pages/library.md Co-authored-by: Arseny Kapoulkine --- _pages/library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/library.md b/_pages/library.md index 2cb74da..7c37825 100644 --- a/_pages/library.md +++ b/_pages/library.md @@ -966,4 +966,4 @@ Sets the 'count' bytes in the buffer starting at the specified 'offset' to the ' Offset should be an integer number and the value starts at 0. -If 'count' is 'nil' or is omitted, all bytes after the specified offset are set. +If 'count' is 'nil' or is omitted, all bytes from the specified offset until the end of the buffer are set.