Skip to content

Commit da28761

Browse files
authored
Change kind_data from 0x04 to 0xff (#187)
1 parent 0c1716d commit da28761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/eof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _note: `,` is a concatenation operator, `+` should be interpreted as "one or mor
4141
| kind_container | 1 byte | 0x03 | kind marker for container size section |
4242
| num_container_sections | 2 bytes | 0x0001-0x0100 | 16-bit unsigned big-endian integer denoting the number of the container sections |
4343
| container_size | 2 bytes | 0x0001-0xFFFF | 16-bit unsigned big-endian integer denoting the length of the container section content |
44-
| kind_data | 1 byte | 0x04 | kind marker for data size section |
44+
| kind_data | 1 byte | 0xff | kind marker for data size section |
4545
| data_size | 2 bytes | 0x0000-0xFFFF | 16-bit unsigned big-endian integer denoting the length of the data section content (for not yet deployed containers this can be more than the actual content, see [Data Section Lifecycle](#data-section-lifecycle))|
4646
| terminator | 1 byte | 0x00 | marks the end of the header |
4747

0 commit comments

Comments
 (0)