mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix typo in proc.c
This commit is contained in:
parent
3fc53de5c9
commit
114840b0fe
1 changed files with 1 additions and 1 deletions
2
proc.c
2
proc.c
|
@ -1277,7 +1277,7 @@ rb_proc_get_iseq(VALUE self, int *is_proc)
|
||||||
* prc == other -> true or false
|
* prc == other -> true or false
|
||||||
* prc.eql?(other) -> true or false
|
* prc.eql?(other) -> true or false
|
||||||
*
|
*
|
||||||
* Two proc are the same if, and only if, they were created from the same code block.
|
* Two procs are the same if, and only if, they were created from the same code block.
|
||||||
*
|
*
|
||||||
* def return_block(&block)
|
* def return_block(&block)
|
||||||
* block
|
* block
|
||||||
|
|
Loading…
Reference in a new issue