From fc49af6229605a84f7d99ded4f945efc84cae7f6 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:44:30 +0300 Subject: [PATCH] Update PORTABLE_STORAGE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Represenations" – a typo in the title: the correct spelling is "Representations." Corrected. --- docs/PORTABLE_STORAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PORTABLE_STORAGE.md b/docs/PORTABLE_STORAGE.md index 70e7ff954..175e73134 100644 --- a/docs/PORTABLE_STORAGE.md +++ b/docs/PORTABLE_STORAGE.md @@ -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 |