1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typo on Proc docs

This commit is contained in:
Tomás Coêlho 2020-11-16 14:30:48 -03:00 committed by Marc-André Lafortune
parent 0f37f384d4
commit 1ee8d4b0ac
Notes: git 2020-11-17 02:38:45 +09:00

2
proc.c
View file

@ -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.
*