diff options
| author | George Kuan <george.kuan@intel.com> | 2016-03-11 09:57:57 -0800 |
|---|---|---|
| committer | George Kuan <george.kuan@intel.com> | 2016-03-11 09:57:57 -0800 |
| commit | 1c5618ccb0aecf4a41ba72f9aac9a5cbe96fd3fd (patch) | |
| tree | f25eb978ae1a1ae6e2ece5aa08d5a455f48886b1 /BinaryEncoding.md | |
| parent | 6ded59220b12cdffdfa1050fe162f0627bb4b73b (diff) | |
| download | nanowasm-design-1c5618ccb0aecf4a41ba72f9aac9a5cbe96fd3fd.tar.gz | |
Minor transposition typos
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index ea81227..ab24438 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -190,7 +190,7 @@ This section must be preceded by the [Function Signatures](#function-signatures- ID: `start_function` -A module may contain at most one start fuction section. +A module may contain at most one start function section. This section must be preceded by a [Function Signatures](#function-signatures-section) section. | Field | Type | Description | @@ -201,7 +201,7 @@ This section must be preceded by a [Function Signatures](#function-signatures-se ID: `data_segments` -The data segemnts section declares the initialized data that should be loaded into the linear memory. +The data segments section declares the initialized data that should be loaded into the linear memory. A module may only contain one data segments section. | Field | Type | Description | |
