Merge pull request #9549

fc49af6 Update PORTABLE_STORAGE.md (Dmitry)
This commit is contained in:
luigi1111 2024-12-23 10:50:59 -05:00
commit 0495baade6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -36,7 +36,7 @@ Varints are used to pack integers in an portable and space optimized way. Varint
| b10 | 4 bytes | 16384 to 1073741823 | | b10 | 4 bytes | 16384 to 1073741823 |
| b11 | 8 bytes | 1073741824 to 4611686018427387903 | | b11 | 8 bytes | 1073741824 to 4611686018427387903 |
#### Represenations of Example Values #### Representations of Example Values
| Value | Byte Representation (hex) | | Value | Byte Representation (hex) |
|----------------------|---------------------------| |----------------------|---------------------------|
| 0 | 00 | | 0 | 00 |