Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Feb 21, 2025
1 parent 799dca6 commit 8cf4204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algebra/src/integer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub use overflowing::*;
pub use two::ConstTwo;
pub use wrapping::*;

/// An abstract over interger type.
/// An abstract over integer type.
pub trait Integer:
'static
+ Sized
Expand Down Expand Up @@ -89,7 +89,7 @@ pub trait Integer:
{
}

/// An abstract over unsigned interger type.
/// An abstract over unsigned integer type.
pub trait UnsignedInteger:
Integer
+ Unsigned
Expand Down

0 comments on commit 8cf4204

Please sign in to comment.