ruby-changes:68209
From: mitsu-ksgr <ko1@a...>
Date: Sun, 3 Oct 2021 11:09:19 +0900 (JST)
Subject: [ruby-changes:68209] 2962c421e1 (master): [DOC] fix small mistake in doc/marshal.rdoc [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2962c421e1 From 2962c421e1433bffc85130385b1e9ced263a356e Mon Sep 17 00:00:00 2001 From: mitsu-ksgr <mitsu-ksgr@u...> Date: Sun, 3 Oct 2021 11:09:08 +0900 Subject: [DOC] fix small mistake in doc/marshal.rdoc [ci skip] --- doc/marshal.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/marshal.rdoc b/doc/marshal.rdoc index 78a3d29d4a..abf9467262 100644 --- a/doc/marshal.rdoc +++ b/doc/marshal.rdoc @@ -83,7 +83,7 @@ The first byte has the following special values: https://github.com/ruby/ruby/blob/trunk/doc/marshal.rdoc#L83 of stream objects full precision may be used. "\xfc":: - The total size of the integer is two bytes. The following four bytes are a + The total size of the integer is five bytes. The following four bytes are a negative little-endian integer. For compatibility with 32 bit ruby, only Fixnums greater than -10737341824 should be represented this way. For sizes of stream objects full precision may be used. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/