Fix typo on Proc docs
This commit is contained in:
parent
0f37f384d4
commit
1ee8d4b0ac
Notes:
git
2020-11-17 02:38:45 +09:00
2
proc.c
2
proc.c
@ -3919,7 +3919,7 @@ proc_ruby2_keywords(VALUE procval)
|
|||||||
* == Conversion of other objects to procs
|
* == Conversion of other objects to procs
|
||||||
*
|
*
|
||||||
* Any object that implements the +to_proc+ method can be converted into
|
* 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.
|
* consumed by iterators.
|
||||||
*
|
*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user