Skip to content

Commit c0ea308

Browse files
committed
Fix comment.
1 parent 7ae8898 commit c0ea308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ mod field;
99
mod polynomial;
1010

1111
fn main() {
12-
/// The protocol works any time 'poly' is a list of multilinear polynomials. The polynomial used
13-
/// is the product of these polynomials.
12+
// The protocol works any time 'poly' is a list of multilinear polynomials. The polynomial used
13+
// is the product of these polynomials.
1414
let poly: ProductMLPolynomial = vec![
1515
SparsePolynomial::from_coefficients_vec(
1616
3,

0 commit comments

Comments
 (0)