Update phrasing of 'Bin' and 'format' to 'object'

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-01-28 18:15:07 -05:00
parent 25f89bbc73
commit 785c0c6092
2 changed files with 9 additions and 8 deletions

7
vm.md
View File

@@ -195,9 +195,10 @@ wrapping around to 0.
* Pop
* More immediate stores?
# Binary format
# Binary object format
The binary format is composed of a header followed by sections that make up the content of the blob.
The binary object format is composed of a header followed by sections that make up the content of
the object.
## Header
@@ -213,7 +214,7 @@ Total length: 128 bits
## Sections
The rest of the content is a list of sections. A section's layout is a section header, followed by
The rest of the object is a list of sections. A section's layout is a section header, followed by
the section contents.
### Section header