[DOC] Fix indentation for Integer#div
The line was indented, which caused it to be treated as a code block.
This commit is contained in:
parent
c0e3c3b6fe
commit
c0481e5818
@ -4249,7 +4249,7 @@ fix_idiv(VALUE x, VALUE y)
|
|||||||
* 4.div(3.0) # => 1
|
* 4.div(3.0) # => 1
|
||||||
* 4.div(Rational(3, 1)) # => 1
|
* 4.div(Rational(3, 1)) # => 1
|
||||||
*
|
*
|
||||||
* Raises an exception if +numeric+ does not have method +div+.
|
* Raises an exception if +numeric+ does not have method +div+.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user