Skip to content

Commit

Permalink
chore: correct typo(1)
Browse files Browse the repository at this point in the history
Co-authored-by: David Nevado <[email protected]>
  • Loading branch information
guorong009 and davidnevadoc authored Oct 8, 2024
1 parent 308ceea commit 8e8d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_backend/src/plonk/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ impl<
// [TRANSCRIPT-10]
let lookups_committed = self.gen_committed_lookups_polys(permuted_lookups, beta, gamma)?;

// 4. Generate commited shuffle polys -------------------------------------------------------
// 4. Generate committed shuffle polys -------------------------------------------------------
// [TRANSCRIPT-11]
let shuffles_committed = self.gen_committed_shuffles(theta, gamma, &challenges)?;

Expand Down

0 comments on commit 8e8d884

Please sign in to comment.