aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorGeorge Kuan <george.kuan@intel.com>2016-03-01 13:49:05 -0800
committerGeorge Kuan <george.kuan@intel.com>2016-03-01 13:49:05 -0800
commit9b2f1ecf552866ff2e42d774ee477a5c7946e2cf (patch)
tree9ac1600986b414c89cc8947e3c90a6cbbb631596 /BinaryEncoding.md
parent88d3303877586d2fd8d7a41415ea4e05e1961820 (diff)
downloadnanowasm-design-9b2f1ecf552866ff2e42d774ee477a5c7946e2cf.tar.gz
Minor typo
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 1c3c5df..ae67eb5 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -81,7 +81,7 @@ The module starts with a magic number and version as follows.
| magic number | `uint32 0x6d736100` | Magic number '\0asm' |
| version | `uint32` | Version number, currently 10. The version for MVP will be reset to 1. |
-This is followed by a sequence of sections. Sections can in general be repeated, but some can occur only once or have dependant sections that must preceed them but not immediately as unknown sections can occur in any order. Each section is identified by an immediate string. Sections whose identity is unknown to the WebAssembly implementation are ignored and this is supported by including the size in bytes for all sections. The encoding of all sections begins as follows:
+This is followed by a sequence of sections. Sections can in general be repeated, but some can occur only once or have dependent sections that must preceed them but not immediately as unknown sections can occur in any order. Each section is identified by an immediate string. Sections whose identity is unknown to the WebAssembly implementation are ignored and this is supported by including the size in bytes for all sections. The encoding of all sections begins as follows:
| Field | Type | Description |
| ----- | ----- | ----- |