From c45e1d0181ded694b748b592d17f5d7e698cf017 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 16 Oct 2023 11:16:31 -0700 Subject: [PATCH] Update and rename type-byte-array.md to type-byte-buffer.md --- rfcs/{type-byte-array.md => type-byte-buffer.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rfcs/{type-byte-array.md => type-byte-buffer.md} (99%) diff --git a/rfcs/type-byte-array.md b/rfcs/type-byte-buffer.md similarity index 99% rename from rfcs/type-byte-array.md rename to rfcs/type-byte-buffer.md index 853164ea..1180fdbb 100644 --- a/rfcs/type-byte-array.md +++ b/rfcs/type-byte-buffer.md @@ -1,4 +1,4 @@ -# Byte Array Type +# Byte buffer type ## Summary