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 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 |
