From 13e0758ad4ca3f880c3b7fb3afe41ad3377308dd Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Tue, 23 Feb 2016 17:26:59 +0100 Subject: Eps --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 0f4f4f5..ae97f42 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -130,11 +130,11 @@ must contain a function body. Imported and exported functions must have a name. #### Local Entry -Each local entry declares a number of local variables of one type. +Each local entry declares a number of local variables of a given type. It is legal to have several entries with the same type. | Field | Type | Description | -| ----- | ----- | ----- | ----- | +| ----- | ----- | ----- | | count | `varuint32` | number of local variables of the following type | | type | `value_type` | type of the variables | -- cgit v1.2.3