Skip to content

Commit

Permalink
Merge pull request #507 from jeertmans/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Nov 28, 2022
2 parents d7b97a7 + de89529 commit cb3ca5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/float/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ pub(crate) trait Float:
+ ops::Div<Output = Self>
+ ops::Rem<Output = Self>
{
/// A uint of the same with as the float
/// A uint of the same width as the float
type Int: Int;

/// A int of the same with as the float
/// A int of the same width as the float
type SignedInt: Int;

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

0 comments on commit cb3ca5e

Please sign in to comment.