From d625c1b1cb17188202ac7819803dc246ce3f1976 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 24 Sep 2024 18:54:38 +0900 Subject: [PATCH] Fix typo --- file_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_format.md b/file_format.md index 9597e1b..6558f57 100644 --- a/file_format.md +++ b/file_format.md @@ -139,7 +139,7 @@ Following the chunk-count bytes, the following bytes are added for each chunk: 1. 2 bytes that are a 16-bit unsigned integer "file count" in big-endian. -The following bytes are added for each file within each chunk: +The following bytes are added for each file within the current chunk: 1. 2 bytes that are a 16-bit unsigned integer "filename length" in big-endian. This does not include the NULL at the end of the string.