Fixed comment.

This commit is contained in:
Paul Masurel
2022-05-06 18:35:25 +09:00
parent e30449743c
commit 1273f33338

View File

@@ -33,7 +33,8 @@ pub struct BlockAddr {
#[derive(Debug, Serialize, Deserialize)]
struct BlockMeta {
/// Any byte string that is lexicographically greater than the last key in the block,
/// Any byte string that is lexicographically greater or equal to
/// the last key in the block,
/// and yet stricly smaller than the first key in the next block.
pub last_key_or_greater: Vec<u8>,
pub block_addr: BlockAddr,