Skip to content

Commit 2f5ce8e

Browse files
authored
Fix small typo
1 parent 4d0dd02 commit 2f5ce8e

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/num/dec2flt

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # Problem statement
44
//!
55
//! We are given a decimal string such as `12.34e56`. This string consists of integral (`12`),
6-
//! fractional (`45`), and exponent (`56`) parts. All parts are optional and interpreted as zero
6+
//! fractional (`34`), and exponent (`56`) parts. All parts are optional and interpreted as zero
77
//! when missing.
88
//!
99
//! We seek the IEEE 754 floating point number that is closest to the exact value of the decimal

0 commit comments

Comments
 (0)