Skip to content

Commit

Permalink
Fix typo poly-commitment/src/utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
calciumbe committed Jan 4, 2025
1 parent bbf9fec commit d7cb8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-commitment/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl<'a, F: Field> ScaledChunkedPolynomial<F, &'a [F]> {

/// Combine the polynomials using a scalar (`polyscale`), creating a single
/// unified polynomial to open. This function also accepts polynomials in
/// evaluations form. In this case it applies an IFFT, and, if necessarry,
/// evaluations form. In this case it applies an IFFT, and, if necessary,
/// applies chunking to it (ie. split it in multiple polynomials of
/// degree less than the SRS size).
///
Expand Down

0 comments on commit d7cb8ff

Please sign in to comment.