diff --git a/crates/proof-of-sql/src/base/math/i256.rs b/crates/proof-of-sql/src/base/math/i256.rs index 3a0a0d9ff..b088ce082 100644 --- a/crates/proof-of-sql/src/base/math/i256.rs +++ b/crates/proof-of-sql/src/base/math/i256.rs @@ -30,7 +30,7 @@ impl I256 { #[must_use] /// Conversion from a [`num_bigint::BigInt`]. - /// The conversion handles negative values and also wraps when the value is to large for an `I256`. + /// The conversion handles negative values and also wraps when the value is too large for an `I256`. /// /// NOTE: this is not a particularly efficient method. Please either refactor or avoid when performance matters. pub fn from_num_bigint(value: &num_bigint::BigInt) -> Self {