From 23ada3972f534eb6458eba4677b10696fefaa7df Mon Sep 17 00:00:00 2001 From: guorong009 Date: Fri, 28 Jun 2024 09:43:24 +0800 Subject: [PATCH] doc: fix the doc of "Committed" struct --- halo2_backend/src/plonk/permutation/prover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2_backend/src/plonk/permutation/prover.rs b/halo2_backend/src/plonk/permutation/prover.rs index 00986517b..486da63b7 100644 --- a/halo2_backend/src/plonk/permutation/prover.rs +++ b/halo2_backend/src/plonk/permutation/prover.rs @@ -34,7 +34,7 @@ pub(crate) struct CommittedSet { /// 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 {