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:
parent
0f37f384d4
commit
1ee8d4b0ac
Notes:
git
2020-11-17 02:38:45 +09:00
1 changed files with 1 additions and 1 deletions
2
proc.c
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.
|
||||
*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue