summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorBurdetteLamar <[email protected]>2024-07-07 22:43:23 +0100
committerPeter Zhu <[email protected]>2024-07-08 14:35:29 -0400
commita57b4340d000ce88c5b05516bc6bcd94fb360ab1 (patch)
treec1f02ece67f9d9a530973d2d92b290c41e0943cb /numeric.c
parentae6a2d06411762408bdee07e9105f940d76a870b (diff)
Doc fixes
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/numeric.c b/numeric.c
index 0e40c7de05..341d560d49 100644
--- a/numeric.c
+++ b/numeric.c
@@ -5805,8 +5805,6 @@ int_floor(int argc, VALUE* argv, VALUE num)
* | -4 | 10000 | 10000 |
* | -5 | 100000 | 100000 |
*
- * <br>
- *
* Examples with negative `self`:
*
* | ndigits | Granularity | -1234.ceil(ndigits) |
@@ -5817,8 +5815,6 @@ int_floor(int argc, VALUE* argv, VALUE num)
* | -4 | 10000 | 0 |
* | -5 | 100000 | 0 |
*
- * <br>
- *
* Related: Integer#floor.
*/