From: Stephen Seo Date: Tue, 24 Sep 2024 09:48:15 +0000 (+0900) Subject: Fix typo in file format specification version 1 X-Git-Tag: 1.0~1^2~31 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=a7aa31fc89d458b97283270c07f32b55e118c759;p=SimpleArchiver Fix typo in file format specification version 1 --- diff --git a/file_format.md b/file_format.md index 2f4831e..9597e1b 100644 --- a/file_format.md +++ b/file_format.md @@ -85,7 +85,7 @@ First 18 bytes of file will be (in ascii): SIMPLE_ARCHIVE_VER -Next 2 bites is a 16-bit unsigned integer "version" in big-endian. It will be: +Next 2 bytes is a 16-bit unsigned integer "version" in big-endian. It will be: 0x00 0x01