Skip to content

Commit

Permalink
Fix the comment
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <marcin.gorny.94@protonmail.com>
  • Loading branch information
autquis and mmagician authored Jan 15, 2024
1 parent d402d53 commit 4f6005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-commit/src/linear_codes/multilinear_brakedown/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use ark_std::vec::Vec;

mod tests;

/// The univariate Brakedown polynomial commitment scheme based on [[Brakedown]][bd].
/// The multilinear Brakedown polynomial commitment scheme based on [[Brakedown]][bd].
/// The scheme defaults to the naive batching strategy.
///
/// Note: The scheme currently does not support hiding.
Expand Down

0 comments on commit 4f6005d

Please sign in to comment.