Skip to content

Commit

Permalink
doc: fix the doc of "Committed" struct
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed Jun 28, 2024
1 parent d26ae0b commit 23ada39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_backend/src/plonk/permutation/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub(crate) struct CommittedSet<C: CurveAffine> {

/// Set of permutation product polynomials, which have been **committed**.
///
/// This struct is to contain all the permutation product commitments, from a single circuit.
/// This struct is to contain all of the permutation product polynomials([`CommittedSet`]), from a single circuit.
///
/// It stores multiple `Z_P` in [permutation argument specification](https://zcash.github.io/halo2/design/proving-system/permutation.html#spanning-a-large-number-of-columns).
pub(crate) struct Committed<C: CurveAffine> {
Expand Down

0 comments on commit 23ada39

Please sign in to comment.