summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitsu-ksgr <mitsu-ksgr@users.noreply.github.com>2021-10-03 11:09:08 +0900
committerGitHub <noreply@github.com>2021-10-03 11:09:08 +0900
commit2962c421e1433bffc85130385b1e9ced263a356e (patch)
treea2f8a92fe9f4fe06831d5b9297dd1fbd6d41e1ec /doc
parentc5ff9544107796fee2a6cccafdd1da5181e53b87 (diff)
[DOC] fix small mistake in doc/marshal.rdoc [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4466 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/marshal.rdoc2
1 files changed, 1 insertions, 1 deletions
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:
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.