1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update marshal.rdoc

This commit is contained in:
Gwitr 2020-09-23 16:16:39 +02:00 committed by Marc-André Lafortune
parent 89ca842dcc
commit 74aaa8e7ab
Notes: git 2020-10-02 15:04:49 +09:00

View file

@ -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"::