Skip to content

Commit a9e089a

Browse files
authored
Merge pull request #1146 from haouvw/master
chore: remove repeat words
2 parents c4f24f3 + a83fe96 commit a9e089a

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)