Skip to content

Commit

Permalink
poly: improve clarity of module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b13decker committed Mar 18, 2024
1 parent b9faec0 commit e3b74de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk/poly.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Generic API functionality for how PLONK manages polynomials.
/// Generic API to encapsulate how a PLONK proof commits to polynomial evaluations.
use crate::{
arithmetic::{eval_polynomial, CurveAffine},
poly::{Coeff, Polynomial},
Expand Down

0 comments on commit e3b74de

Please sign in to comment.