ruby-changes:63255
From: Gwitr <ko1@a...>
Date: Fri, 2 Oct 2020 15:04:43 +0900 (JST)
Subject: [ruby-changes:63255] 74aaa8e7ab (master): Update marshal.rdoc
https://git.ruby-lang.org/ruby.git/commit/?id=74aaa8e7ab From 74aaa8e7ab20d4c22c7b412972f08e893823be2a Mon Sep 17 00:00:00 2001 From: Gwitr <54531405+Gwitr@u...> Date: Wed, 23 Sep 2020 16:16:39 +0200 Subject: Update marshal.rdoc diff --git a/doc/marshal.rdoc b/doc/marshal.rdoc index a51f1bf..78a3d29 100644 --- a/doc/marshal.rdoc +++ b/doc/marshal.rdoc @@ -73,7 +73,7 @@ The first byte has the following special values: https://github.com/ruby/ruby/blob/trunk/doc/marshal.rdoc#L73 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":: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/