diff --git a/zebra-chain/src/sapling/output.rs b/zebra-chain/src/sapling/output.rs index 74dfa7ee..8e354983 100644 --- a/zebra-chain/src/sapling/output.rs +++ b/zebra-chain/src/sapling/output.rs @@ -136,7 +136,7 @@ impl ZcashDeserialize for OutputInTransactionV4 { fn zcash_deserialize(mut reader: R) -> Result { // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc // @@ -199,7 +199,7 @@ impl ZcashDeserialize for OutputPrefixInTransactionV5 { fn zcash_deserialize(mut reader: R) -> Result { // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc // diff --git a/zebra-chain/src/transaction/serialize.rs b/zebra-chain/src/transaction/serialize.rs index e35908eb..7e670226 100644 --- a/zebra-chain/src/transaction/serialize.rs +++ b/zebra-chain/src/transaction/serialize.rs @@ -253,7 +253,7 @@ impl ZcashDeserialize for Option> { // // # Consensus // - // > Elements of a Output description MUST be valid encodings of the types given above. + // > Elements of an Output description MUST be valid encodings of the types given above. // // https://zips.z.cash/protocol/protocol.pdf#outputdesc //