Skip to content

Commit cb3ca5e

Browse files
authored
Merge pull request #507 from jeertmans/patch-1
2 parents d7b97a7 + de89529 commit cb3ca5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/float/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pub(crate) trait Float:
2626
+ ops::Div<Output = Self>
2727
+ ops::Rem<Output = Self>
2828
{
29-
/// A uint of the same with as the float
29+
/// A uint of the same width as the float
3030
type Int: Int;
3131

32-
/// A int of the same with as the float
32+
/// A int of the same width as the float
3333
type SignedInt: Int;
3434

3535
/// An int capable of containing the exponent bits plus a sign bit. This is signed.

0 commit comments

Comments
 (0)