Update tombstones.md (format of tombstone) (#511)

This commit is contained in:
Alec 2019-02-04 17:30:47 +08:00 committed by Krasi Georgiev
parent ee99718ff6
commit 1bcda9d23f
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
# Tombstone
```
┌─────────────┬───────────────┬──────────────┐
│ref <varint> │ mint <varint> │ maxt <varint>
└─────────────┴───────────────┴──────────────┘
┌─────────────────────────────────┬────────────────┐
│ref <uvarint64> │ mint <varint64> │ maxt <varint64>
└─────────────────────────────────┴────────────────┘
```