Skip to content

Commit

Permalink
address typo from review
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWhite2357 committed Nov 6, 2024
1 parent 91a4715 commit d1dea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/src/base/math/i256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d1dea48

Please sign in to comment.