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:
parent
887a1bfbbc
commit
a1bb110b56
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue