[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:
Peter Zhu 2024-01-01 11:12:54 -05:00
parent c0e3c3b6fe
commit c0481e5818

View File

@ -4249,7 +4249,7 @@ fix_idiv(VALUE x, VALUE y)
* 4.div(3.0) # => 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+.
*
*/