]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/dec2flt/lemire.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / library / core / src / num / dec2flt / lemire.rs
index 9b7efc3d556bf87040d1355a1ebc1b813460eecc..75405f471541825b9e4b5f976e3a120d10866d79 100644 (file)
@@ -9,7 +9,7 @@ use crate::num::dec2flt::table::{
 /// Compute a float using an extended-precision representation.
 ///
 /// Fast conversion of a the significant digits and decimal exponent
-/// a float to a extended representation with a binary float. This
+/// a float to an extended representation with a binary float. This
 /// algorithm will accurately parse the vast majority of cases,
 /// and uses a 128-bit representation (with a fallback 192-bit
 /// representation).