diff options
| author | Raphael Isemann <teemperor@googlemail.com> | 2015-06-19 01:08:08 +0200 |
|---|---|---|
| committer | Raphael Isemann <teemperor@googlemail.com> | 2015-06-19 01:08:08 +0200 |
| commit | 0f0029f94c35eefad105e52c40f8c8835f17fb0a (patch) | |
| tree | 05b0210f9833206ed775fc77d6bd60e60bf8ea6e /BinaryEncoding.md | |
| parent | 89e9d0bc043bc59fd0ec42157b33df63db9f8770 (diff) | |
| download | nanowasm-design-0f0029f94c35eefad105e52c40f8c8835f17fb0a.tar.gz | |
Better grammar
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 727b7af..f5f84ae 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -65,7 +65,7 @@ Yes: * A module contains: * a header followed by - * a table (sorted by offset) containing, for each section, its type, offset (within the module), followed by + * a table (sorted by offset) containing, for each section, its type and offset (within the module), followed by * a sequence of sections. * A section contains: * a header followed by |
