Skip to content

Commit 1510e2e

Browse files
committed
[DOC] Markup code in Float::MIN document
1 parent 23c04a9 commit 1510e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numeric.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6455,7 +6455,7 @@ Init_Numeric(void)
64556455
*
64566456
* If the platform supports denormalized numbers,
64576457
* there are numbers between zero and Float::MIN.
6458-
* 0.0.next_float returns the smallest positive floating point number
6458+
* +0.0.next_float+ returns the smallest positive floating point number
64596459
* including denormalized numbers.
64606460
*/
64616461
rb_define_const(rb_cFloat, "MIN", DBL2NUM(DBL_MIN));

0 commit comments

Comments
 (0)