mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] fix small mistake in doc/marshal.rdoc [ci skip]
This commit is contained in:
parent
c5ff954410
commit
2962c421e1
Notes:
git
2021-10-03 11:09:29 +09:00
Merged: https://github.com/ruby/ruby/pull/4466 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ The first byte has the following special values:
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue