diff --git a/zcash_client_backend/src/data_api.rs b/zcash_client_backend/src/data_api.rs index 18646c44d..875ac614b 100644 --- a/zcash_client_backend/src/data_api.rs +++ b/zcash_client_backend/src/data_api.rs @@ -490,7 +490,7 @@ impl ScannedBlock { } /// Returns the metadata describing the state of the note commitment trees as of the end of the - /// scanned block. + /// scanned block. /// /// The metadata returned from this method is guaranteed to be consistent with what is returned /// by [`Self::height`] and [`Self::block_hash`].