[DOC] Fix a description about rb_exec_recursive_outer
It gives true/TRUE (int) instead of Qtrue (VALUE).
This commit is contained in:
parent
3e0eea644f
commit
332f4938cf
2
thread.c
2
thread.c
@ -5297,7 +5297,7 @@ rb_exec_recursive_paired(VALUE (*func) (VALUE, VALUE, int), VALUE obj, VALUE pai
|
||||
|
||||
/*
|
||||
* If recursion is detected on the current method and obj, the outermost
|
||||
* func will be called with (obj, arg, Qtrue). All inner func will be
|
||||
* func will be called with (obj, arg, true). All inner func will be
|
||||
* short-circuited using throw.
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user