diff --git a/zcash_client_backend/src/data_api/wallet.rs b/zcash_client_backend/src/data_api/wallet.rs index 06e500dc2b..6648810fd8 100644 --- a/zcash_client_backend/src/data_api/wallet.rs +++ b/zcash_client_backend/src/data_api/wallet.rs @@ -1,8 +1,8 @@ //! # Functions for creating Zcash transactions that spend funds belonging to the wallet //! //! This module contains several different ways of creating Zcash transactions. This module is -//! designed around the idea that a Zcash wallet holds its funds in notes in either the `orchard` -//! or `sapling` shielded pool. In order to better preserve users' privacy, it does not provide any +//! designed around the idea that a Zcash wallet holds its funds in notes in either the Orchard +//! or Sapling shielded pool. In order to better preserve users' privacy, it does not provide any //! functionality that allows users to directly spend transparent funds except by sending them to a //! shielded internal address belonging to their wallet. //!