aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@googlemail.com>2015-06-19 00:19:48 +0200
committerRaphael Isemann <teemperor@googlemail.com>2015-06-19 00:19:48 +0200
commit89e9d0bc043bc59fd0ec42157b33df63db9f8770 (patch)
treea279c0d5baa7127231c7313e69899cb2eca64d58 /BinaryEncoding.md
parent745c85f3a1580a71bec616508f93600ede0d0405 (diff)
downloadnanowasm-design-89e9d0bc043bc59fd0ec42157b33df63db9f8770.tar.gz
Remove unecessary length requirement
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 dae0ff0..727b7af 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -65,7 +65,7 @@ Yes:
* A module contains:
* a header followed by
- * a table containing, for each section, its type, offset (within the module), and byte length, followed by
+ * a table (sorted by offset) containing, for each section, its type, offset (within the module), followed by
* a sequence of sections.
* A section contains:
* a header followed by