aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorAndreas Rossberg <rossberg@chromium.org>2016-02-23 17:26:59 +0100
committerAndreas Rossberg <rossberg@chromium.org>2016-02-23 17:26:59 +0100
commit13e0758ad4ca3f880c3b7fb3afe41ad3377308dd (patch)
tree922bc68e84583acac372b0a7592b64c7ad42383b /BinaryEncoding.md
parentedd010eac01d735e17c91752afc29ed91765bd23 (diff)
downloadnanowasm-design-13e0758ad4ca3f880c3b7fb3afe41ad3377308dd.tar.gz
Eps
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md4
1 files changed, 2 insertions, 2 deletions
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 |