From 9b2f1ecf552866ff2e42d774ee477a5c7946e2cf Mon Sep 17 00:00:00 2001 From: George Kuan Date: Tue, 1 Mar 2016 13:49:05 -0800 Subject: Minor typo --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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 | | ----- | ----- | ----- | -- cgit v1.2.3