Skip to content

Commit c0481e5

Browse files
committed
[DOC] Fix indentation for Integer#div
The line was indented, which caused it to be treated as a code block.
1 parent c0e3c3b commit c0481e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numeric.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4249,7 +4249,7 @@ fix_idiv(VALUE x, VALUE y)
42494249
* 4.div(3.0) # => 1
42504250
* 4.div(Rational(3, 1)) # => 1
42514251
*
4252-
* Raises an exception if +numeric+ does not have method +div+.
4252+
* Raises an exception if +numeric+ does not have method +div+.
42534253
*
42544254
*/
42554255

0 commit comments

Comments
 (0)