From d99b1ab71dce664100272a747ef89ce928b5f5eae49186410b79a489ef2dc191 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 12 Nov 2024 14:12:14 +0300 Subject: [PATCH] Fix vlen size --- spec/encoding/index.texi | 4 ++-- spec/encoding/table.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/encoding/index.texi b/spec/encoding/index.texi index 9cdd6e1..7c421c4 100644 --- a/spec/encoding/index.texi +++ b/spec/encoding/index.texi @@ -21,8 +21,8 @@ Possible values for the tag: @item 009 @tab 09 @tab @code{00001001} @tab 0 @tab @ref{Containers, MAP} @item 010 @tab 0A @tab @code{00001010} @tab @item 011 @tab 0B @tab @code{00001011} @tab 8+~ @tab @ref{Blobs, BLOB} -@item 012 @tab 0C @tab @code{00001100} @tab 2+~ @tab @ref{Integers, +INT} -@item 013 @tab 0D @tab @code{00001101} @tab 2+~ @tab @ref{Integers, -INT} +@item 012 @tab 0C @tab @code{00001100} @tab 1+~ @tab @ref{Integers, +INT} +@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT} @item [...] @item 016 @tab 10 @tab @code{00010000} @tab 2 @tab @ref{Floats, FLOAT16} @item 017 @tab 11 @tab @code{00010001} @tab 4 @tab @ref{Floats, FLOAT32} diff --git a/spec/encoding/table.texi b/spec/encoding/table.texi index 28f59a5..aedc196 100644 --- a/spec/encoding/table.texi +++ b/spec/encoding/table.texi @@ -16,8 +16,8 @@ @item 009 @tab 09 @tab @code{00001001} @tab 0 @tab @ref{Containers, MAP} @item 010 @tab 0A @tab @code{00001010} @tab 0 @tab @item 011 @tab 0B @tab @code{00001011} @tab 8+~ @tab @ref{Blobs, BLOB} -@item 012 @tab 0C @tab @code{00001100} @tab 2+~ @tab @ref{Integers, +INT} -@item 013 @tab 0D @tab @code{00001101} @tab 2+~ @tab @ref{Integers, -INT} +@item 012 @tab 0C @tab @code{00001100} @tab 1+~ @tab @ref{Integers, +INT} +@item 013 @tab 0D @tab @code{00001101} @tab 1+~ @tab @ref{Integers, -INT} @item 014 @tab 0E @tab @code{00001110} @tab 0 @tab @item 015 @tab 0F @tab @code{00001111} @tab 0 @tab @item 016 @tab 10 @tab @code{00010000} @tab 2 @tab @ref{Floats, FLOAT16} -- 2.50.0