This commit is contained in:
Tomás Coêlho 2020-11-16 14:30:48 -03:00 коммит произвёл Marc-André Lafortune
Родитель 0f37f384d4
Коммит 1ee8d4b0ac
1 изменённых файлов: 1 добавлений и 1 удалений

2
proc.c
Просмотреть файл

@ -3919,7 +3919,7 @@ proc_ruby2_keywords(VALUE procval)
* == Conversion of other objects to procs
*
* Any object that implements the +to_proc+ method can be converted into
* a proc by the <code>&</code> operator, and therefore con be
* a proc by the <code>&</code> operator, and therefore can be
* consumed by iterators.
*