Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode authored Jun 16, 2024
1 parent c4616bd commit 9293f78
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 @@ -216,7 +216,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 @@ -235,7 +235,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 9293f78

Please sign in to comment.