From bda63ef591b06ecd4cb6b3c891a4428aa911ede5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Jan 2016 02:47:38 +0000 Subject: Clarify object references example * doc/marshal.rdoc: Clarify object references example, that the reference is same object. [Fix GH-1156] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/marshal.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/marshal.rdoc b/doc/marshal.rdoc index f97db00a49..a51f1bf873 100644 --- a/doc/marshal.rdoc +++ b/doc/marshal.rdoc @@ -134,8 +134,8 @@ object is encountered again. (The first object has an index of 1). "@" represents an object link. Following the type byte is a long giving the index of the object. -For example, the following stream contains an Array of the object -"hello" twice: +For example, the following stream contains an Array of the same +"hello" object twice: "\004\b[\a\"\nhello@\006" -- cgit v1.2.3