From a7aa31fc89d458b97283270c07f32b55e118c759 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 24 Sep 2024 18:48:15 +0900 Subject: [PATCH] Fix typo in file format specification version 1 --- file_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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