aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-05-07 13:13:46 -0700
committerDan Gohman <sunfish@mozilla.com>2015-05-07 13:13:46 -0700
commitb653a768509461fb0232bb0f5d322c1e944794fc (patch)
tree3e1f37a9c322978932787a48beee1a940eebf4ef /BinaryEncoding.md
parent3dae10836f0c4e1508ce7f2d57ba8c20188d8537 (diff)
downloadnanowasm-design-b653a768509461fb0232bb0f5d322c1e944794fc.tar.gz
Fix spelling errors.
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 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