diff options
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 4f6b37f..34e106b 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -57,7 +57,7 @@ as a starting point for defining a real standard binary format.* * the section contents (specific to the section type) * A code section contains: * the generic section header - * a table containing, for each function, it's signature, offset (within the seciton), sorted by offset, followed by + * a table containing, for each function, it's signature, offset (within the section), sorted by offset, followed by * a sequence of functions * A function contains: * a table containing, for each type, how many locals are indexed by the function body of that type |
