mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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+.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue