From 29c4de983a67be2dd9a2d8985cb39d122501d71b Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 7 Mar 2016 12:58:53 -0600 Subject: Address comments --- BinaryEncoding.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 7752997..e37bb4a 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -149,9 +149,9 @@ A module may contain at most one import table section. ID: `function_signatures` -The Functions Signatures section declares the signatures of all functions in the +The Function Signatures section declares the signatures of all functions in the module and must be preceded by the [Signatures](#signatures-section) section. A -module may contain at most one functions section. +module may contain at most one functions signatures section. | Field | Type | Description | | ----- | ----- | ----- | @@ -164,7 +164,8 @@ ID: `function_bodies` The Function Bodies section assigns a body to every function in the module and must be preceded by the [Function Signatures](#function-signatures-section) section. -The count of function signatures and function bodies must be the same. +The count of function signatures and function bodies must be the same and the `i`th +signature corresponds to the `i`th function body. | Field | Type | Description | | ----- | ----- | ----- | ----- | -- cgit v1.2.3