change a few comments

This commit is contained in:
Alex Auvolat
2021-04-08 15:13:02 +02:00
parent c35c472dc9
commit af6774a511
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use crate::block::*;
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]
pub struct BlockRef {
/// Hash of the block, used as partition key
/// Hash (blake2 sum) of the block, used as partition key
pub block: Hash,
/// Id of the Version for the object containing this block, used as sorting key