diff --git a/zebra-chain/src/keys/sapling.rs b/zebra-chain/src/keys/sapling.rs index 05b78481..f4816bbe 100644 --- a/zebra-chain/src/keys/sapling.rs +++ b/zebra-chain/src/keys/sapling.rs @@ -159,7 +159,7 @@ impl fmt::Debug for Diversifier { } } -/// Derived from a _IncomingViewingKey_ and a _Diversifier_ +/// Derived from an _IncomingViewingKey_ and a _Diversifier_ /// /// Derived by multiplying the diversifier (converted to an affine /// point on the Jubjub curve) by the incoming view key: