Update Enumerable::Yielder#to_proc document (#3142)

This commit is contained in:
Masataka Pocke Kuwabara 2020-05-27 15:46:42 +09:00 коммит произвёл GitHub
Родитель 64c5bf5721
Коммит 752041ca11
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1365,7 +1365,7 @@ yielder_yield_push(VALUE obj, VALUE arg)
}
/*
* Returns a Proc object that takes an argument and yields it.
* Returns a Proc object that takes arguments and yields them.
*
* This method is implemented so that a Yielder object can be directly
* passed to another method as a block argument.