aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-03-04 10:36:36 -0600
committerLuke Wagner <luke@mozilla.com>2016-03-04 10:36:36 -0600
commit9cb14e31abad1a2ac950e42667a408811b65c5f7 (patch)
treeb7c165180c51fbb9759ff7446950154d909551d0 /BinaryEncoding.md
parent3169f00ad637510a3cd0c9ab928785cbddb0271d (diff)
downloadnanowasm-design-9cb14e31abad1a2ac950e42667a408811b65c5f7.tar.gz
Rename 'names' to 'entries'
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 6fee3b7..62ec74b 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -246,8 +246,8 @@ functions and locals in the [text format](TextFormat.md).
| Field | Type | Description |
| ----- | ----- | ----- |
-| count | `varuint32` | count of names to follow |
-| names | `function_names*` | sequence of names |
+| count | `varuint32` | count of entries to follow |
+| entries | `function_names*` | sequence of names |
The sequence of `function_name` assigns names to the corresponding
function index. The count may be greater or less than the actual number of