diff --git a/src/zk.rs b/src/zk.rs index 07bcd2b857487068a2f07146a2c452a320e836d5..acbbe9a7448caa19e6724c5dc400f91b88dd39e6 100644 --- a/src/zk.rs +++ b/src/zk.rs @@ -134,7 +134,7 @@ where /// this function uses the commit scheme of KZG. /// /// > **Note** -/// > - `powers` can be generated with functions like [`zk::setup`] +/// > - `powers` can be generated with functions like [`setup`] /// > - if `polynomials` has length `n`, then [`commit`] will generate `n` /// > commits. #[allow(clippy::type_complexity)]