diff --git a/zebra-chain/src/commitments/sapling.rs b/zebra-chain/src/commitments/sapling.rs index 061f0dd7..88dbdc4c 100644 --- a/zebra-chain/src/commitments/sapling.rs +++ b/zebra-chain/src/commitments/sapling.rs @@ -42,7 +42,7 @@ where /// the Jubjub curve." /// /// PedersenHash is used in the definitions of Pedersen commitments (§ -/// 5.4.7.2‘Windowed Pedersen commitments’), and of the Pedersen hash for the +/// 5.4.7.2 ‘Windowed Pedersen commitments’), and of the Pedersen hash for the /// Sapling incremental Merkle tree (§ 5.4.1.3 ‘MerkleCRH^Sapling Hash /// Function’). ///