From cbe95e8dd8756a0c9a3408494e77413ba117cff2 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:32:34 -0700 Subject: [PATCH] Update rfcs/type-byte-array.md Co-authored-by: Micah --- rfcs/type-byte-array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/type-byte-array.md b/rfcs/type-byte-array.md index a5de7b6f..d34626fe 100644 --- a/rfcs/type-byte-array.md +++ b/rfcs/type-byte-array.md @@ -176,7 +176,7 @@ One drawback here might be that the cursor is attached to the data and raises a --- -Additional possibility will be to make the buffer change size automatically by `pushTYPE` interface. (explicit resize can be implemented with the existing interface). +An additional possibility would be to make the buffer change size automatically by `pushTYPE` interface (explicit resize can be implemented with the existing interface). This can also be changed almost transparently for older code. One difference will be that `pushTYPE` will not throw when reaching the end of the data. Unless it is decided that other write operations could also resize implicitly.