Skip to content

Commit

Permalink
Merge pull request #388 from wtdcode/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
prestwich authored Nov 4, 2024
2 parents 107f9d0 + caad8c5 commit a8a8007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl<const BITS: usize, const LIMBS: usize> Uint<BITS, LIMBS> {
///
/// Panics it `LIMBS` is not equal to `nlimbs(BITS)`.
///
/// Panics if the value is to large for the bit-size of the Uint.
/// Panics if the value is too large for the bit-size of the Uint.
#[inline(always)]
#[must_use]
#[track_caller]
Expand All @@ -237,7 +237,7 @@ impl<const BITS: usize, const LIMBS: usize> Uint<BITS, LIMBS> {
///
/// # Panics
///
/// Panics if the value is to large for the bit-size of the Uint.
/// Panics if the value is too large for the bit-size of the Uint.
#[inline]
#[must_use]
#[track_caller]
Expand Down

0 comments on commit a8a8007

Please sign in to comment.