diff --git a/manta-crypto/src/signature/mod.rs b/manta-crypto/src/signature/mod.rs index 0256be34b..c84e31810 100644 --- a/manta-crypto/src/signature/mod.rs +++ b/manta-crypto/src/signature/mod.rs @@ -237,7 +237,7 @@ pub mod schnorr { type Message; /// Hashes `message` along with `verifying_key` and `nonce_point` into a scalar of type - /// [`Scalar`](Self::Scalar. + /// [`Scalar`](Self::Scalar). fn hash( &self, verifying_key: &Self::Group,