1
0
Fork 0
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:
Takashi Kokubun 2020-12-25 19:17:16 -08:00
parent dc13bd22bb
commit 15e192070a
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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);