Update week2-07-snacks.md (#138)

This commit is contained in:
lxc
2025-04-16 10:35:38 +08:00
committed by GitHub
parent ebb8a01488
commit bd2a8a07cc

View File

@@ -60,9 +60,9 @@ When you read the block, you should verify the checksum in `read_block` correctl
In this task, you will need to add a block checksum for bloom filters and block metadata:
```
src/table/builder.rs
src/table.rs
src/bloom.rs
src/table/bloom.rs
src/table/builder.rs
```
```plaintext