summaryrefslogtreecommitdiff
path: root/doc/marshal.rdoc
diff options
context:
space:
mode:
authorGwitr <54531405+Gwitr@users.noreply.github.com>2020-09-23 16:16:39 +0200
committerMarc-André Lafortune <github@marc-andre.ca>2020-10-02 02:04:24 -0400
commit74aaa8e7ab20d4c22c7b412972f08e893823be2a (patch)
treedb05e23dc73b61066ccbf4ff1c88211c892c775d /doc/marshal.rdoc
parent89ca842dcce7f05942e2d7be3edc404c9556cafd (diff)
Update marshal.rdoc
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3568
Diffstat (limited to 'doc/marshal.rdoc')
-rw-r--r--doc/marshal.rdoc2
1 files changed, 1 insertions, 1 deletions
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"::