1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/bigdecimal] [Doc] Fix the comment of BigDecimal_div2 [ci skip]

https://github.com/ruby/bigdecimal/commit/a109d0984f
This commit is contained in:
Kenta Murata 2021-01-15 06:57:30 +09:00
parent 887a1bfbbc
commit a1bb110b56

View file

@ -1636,7 +1636,8 @@ BigDecimal_divmod(VALUE self, VALUE r)
}
/*
* See BigDecimal#quo
* Do the same manner as Float#div when n is nil.
* Do the same manner as BigDecimal#quo when n is 0.
*/
static inline VALUE
BigDecimal_div2(VALUE self, VALUE b, VALUE n)