From 74aaa8e7ab20d4c22c7b412972f08e893823be2a Mon Sep 17 00:00:00 2001 From: Gwitr <54531405+Gwitr@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:16:39 +0200 Subject: [PATCH] Update marshal.rdoc --- doc/marshal.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/marshal.rdoc b/doc/marshal.rdoc index a51f1bf873..78a3d29d4a 100644 --- a/doc/marshal.rdoc +++ b/doc/marshal.rdoc @@ -73,7 +73,7 @@ The first byte has the following special values: a positive little-endian integer. "\xfd":: - The total size of the integer is two bytes. The following three bytes are a + The total size of the integer is four bytes. The following three bytes are a negative little-endian integer. "\x04"::