From e0dc7383125bcaa0faffede10c7f2f78110cdb83 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 22 Oct 2006 22:27:58 +0000 Subject: [PATCH] ChangeLog: typo fixed git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dafdc244a9..eeb9af3155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Mon Oct 23 04:30:04 2006 Yukihiro Matsumoto - * marshal.c (r_object0): use return value from prov given as the + * marshal.c (r_object0): use return value from proc given as the second argument to Marshal#load() to allow value replacement in the restoring data.