Skip to content

Commit a8a8007

Browse files
authored
Merge pull request #388 from wtdcode/patch-1
Fix typos
2 parents 107f9d0 + caad8c5 commit a8a8007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl<const BITS: usize, const LIMBS: usize> Uint<BITS, LIMBS> {
218218
///
219219
/// Panics it `LIMBS` is not equal to `nlimbs(BITS)`.
220220
///
221-
/// Panics if the value is to large for the bit-size of the Uint.
221+
/// Panics if the value is too large for the bit-size of the Uint.
222222
#[inline(always)]
223223
#[must_use]
224224
#[track_caller]
@@ -237,7 +237,7 @@ impl<const BITS: usize, const LIMBS: usize> Uint<BITS, LIMBS> {
237237
///
238238
/// # Panics
239239
///
240-
/// Panics if the value is to large for the bit-size of the Uint.
240+
/// Panics if the value is too large for the bit-size of the Uint.
241241
#[inline]
242242
#[must_use]
243243
#[track_caller]

0 commit comments

Comments
 (0)