Skip to content

Commit 2eaa479

Browse files
committed
Update docs
1 parent 5e324cf commit 2eaa479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/dec2flt/number.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ impl Number {
4141
&& !self.many_digits
4242
}
4343

44-
/// The fast path algorithm to turn into an exact float representation, using machine-sized
45-
/// integers and floats.
44+
/// Try turning the decimal into an exact float representation, using machine-sized integers
45+
/// and floats.
4646
///
4747
/// This is extracted into a separate function so that it can be attempted before constructing
4848
/// a Decimal. This only works if both the mantissa and the exponent

0 commit comments

Comments
 (0)