From 01507885e68e444f9d874c241ba32282bbf44df3 Mon Sep 17 00:00:00 2001 From: cha0s Date: Tue, 26 Nov 2024 14:52:31 -0600 Subject: [PATCH] chore: doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a46034..b8c9c5c 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ No validation is done on the values you encode. If you'd like to validate your v ### Blueprint verbosity -Defining schema blueprints are slightly more verbose than SchemaPack. The tradeoff is that we're able to define more aggregate types like `Set`, `Map`, fixed-length arrays, and have made space for even more in the future. +Defining schema blueprints are slightly more verbose than SchemaPack. The tradeoff is that we're able to define more aggregate types like `Set`, `Map`, fixed-length arrays, optional `varuint` prefixes, and have made space for even more in the future. ### Varint expansion