From c252a44d13c6758a1523b4cbf2118c6d4b7f6f6d Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 22 Oct 2006 22:27:58 +0000 Subject: ChangeLog: typo fixed git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dafdc244a..eeb9af315 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. -- cgit