0
0
mirror of https://github.com/monero-project/monero synced 2025-10-06 00:32:44 +02:00

Update PORTABLE_STORAGE.md

"Represenations" – a typo in the title: the correct spelling is "Representations."

Corrected.
This commit is contained in:
Dmitry
2024-11-01 12:44:30 +03:00
committed by GitHub
parent 893916ad09
commit fc49af6229

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 |
| b11 | 8 bytes | 1073741824 to 4611686018427387903 |
#### Represenations of Example Values
#### Representations of Example Values
| Value | Byte Representation (hex) |
|----------------------|---------------------------|
| 0 | 00 |