* 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
This commit is contained in:
zzak 2013-08-10 00:21:46 +00:00
Родитель ff1abb0367
Коммит e9f7bd3f60
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Sat Aug 10 09:20:21 2013 Zachary Scott <e@zzak.io>
* 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 <e@zzak.io> Sat Aug 10 09:19:04 2013 Zachary Scott <e@zzak.io>
* proc.c: [DOC] rdoc code formatting * proc.c: [DOC] rdoc code formatting

2
NEWS
Просмотреть файл

@ -27,7 +27,7 @@ with all sufficient information, see the ChangeLog file.
* Binding * Binding
* New methods * New methods
* Binding#local_variable_get(symbol) * Binding#local_variable_get(symbol)
* Binding#local_variable_set(symbol) * Binding#local_variable_set(symbol, obj)
* Binding#local_variable_defined?(symbol) * Binding#local_variable_defined?(symbol)
* GC * GC