From 1c5618ccb0aecf4a41ba72f9aac9a5cbe96fd3fd Mon Sep 17 00:00:00 2001 From: George Kuan Date: Fri, 11 Mar 2016 09:57:57 -0800 Subject: Minor transposition typos --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') 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 | -- cgit v1.2.3