diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-10 00:21:46 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-08-10 00:21:46 +0000 |
commit | e9f7bd3f60becc0276ad9d8055430073324f3f09 (patch) | |
tree | d9bd3c114cf4809a1f5fafb1c20a16d15125c753 /NEWS | |
parent | ff1abb036765bfccb9f7d65a3200c94802ecac68 (diff) | |
download | ruby-e9f7bd3f60becc0276ad9d8055430073324f3f09.tar.gz |
* 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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |