Skip to content

Commit a83fe96

Browse files
committed
chore: remove repeat words
Signed-off-by: haouvw <jchaodaohang@foxmail.com>
1 parent c4f24f3 commit a83fe96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lexical/bhcomp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ where
7575

7676
// FLOAT OPS
7777

78-
/// Calculate `b` from a a representation of `b` as a float.
78+
/// Calculate `b` from a representation of `b` as a float.
7979
#[inline]
8080
pub(super) fn b_extended<F: Float>(f: F) -> ExtendedFloat {
8181
ExtendedFloat::from_float(f)
8282
}
8383

84-
/// Calculate `b+h` from a a representation of `b` as a float.
84+
/// Calculate `b+h` from a representation of `b` as a float.
8585
#[inline]
8686
pub(super) fn bh_extended<F: Float>(f: F) -> ExtendedFloat {
8787
// None of these can overflow.

0 commit comments

Comments
 (0)