Fix magic number in docs (#7998)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
Ganesh Vernekar 2020-10-01 15:05:01 +05:30 committed by GitHub
parent 6f13c60219
commit 50ae4e298b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ in-file offset (lower 4 bytes) and segment sequence number (upper 4 bytes).
``` ```
┌──────────────────────────────┐ ┌──────────────────────────────┐
│ magic(0x85BD40DD) <4 byte> │ magic(0x0130BC91) <4 byte>
├──────────────────────────────┤ ├──────────────────────────────┤
│ version(1) <1 byte> │ version(1) <1 byte>
├──────────────────────────────┤ ├──────────────────────────────┤