fix typo
This commit is contained in:
parent
a595f0fee0
commit
4e14781aec
|
@ -311,7 +311,7 @@ impl DataBlob {
|
||||||
/// Verify digest and data length for unencrypted chunks.
|
/// Verify digest and data length for unencrypted chunks.
|
||||||
///
|
///
|
||||||
/// To do that, we need to decompress data first. Please note that
|
/// To do that, we need to decompress data first. Please note that
|
||||||
/// this is north possible for encrypted chunks.
|
/// this is not possible for encrypted chunks.
|
||||||
pub fn verify_unencrypted(
|
pub fn verify_unencrypted(
|
||||||
&self,
|
&self,
|
||||||
expected_chunk_size: usize,
|
expected_chunk_size: usize,
|
||||||
|
|
Loading…
Reference in New Issue