From e9f7bd3f60becc0276ad9d8055430073324f3f09 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 10 Aug 2013 00:21:46 +0000 Subject: * NEWS: [DOC] typo in example reported by @moretea https://github.com/ruby/ruby/commit/a39e724#commitcomment-3831489 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ NEWS | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c15e6260b7..b9c170b787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 10 09:20:21 2013 Zachary Scott + + * NEWS: [DOC] typo in example reported by @moretea + https://github.com/ruby/ruby/commit/a39e724#commitcomment-3831489 + Sat Aug 10 09:19:04 2013 Zachary Scott * proc.c: [DOC] rdoc code formatting diff --git a/NEWS b/NEWS index 5bc2bf2bf9..4d4fa8b46e 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ with all sufficient information, see the ChangeLog file. * Binding * New methods * Binding#local_variable_get(symbol) - * Binding#local_variable_set(symbol) + * Binding#local_variable_set(symbol, obj) * Binding#local_variable_defined?(symbol) * GC -- cgit v1.2.3