mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a cyclic explanation
This commit is contained in:
parent
dc13bd22bb
commit
15e192070a
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ opt_mod
|
|||
(CALL_DATA cd)
|
||||
(VALUE recv, VALUE obj)
|
||||
(VALUE val)
|
||||
/* Same discussion as opt_mod. */
|
||||
/* Same discussion as opt_div. */
|
||||
// attr bool leaf = false;
|
||||
{
|
||||
val = vm_opt_mod(recv, obj);
|
||||
|
|
Loading…
Add table
Reference in a new issue