diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-04 10:37:27 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-04 10:37:27 -0600 |
| commit | c08726cc0f25a0988277b3e1d7a0765fdf24f527 (patch) | |
| tree | afa4f018fb63a959b723da6d9af08765e51a35c6 /BinaryEncoding.md | |
| parent | 9cb14e31abad1a2ac950e42667a408811b65c5f7 (diff) | |
| download | nanowasm-design-c08726cc0f25a0988277b3e1d7a0765fdf24f527.tar.gz | |
Fix typo
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 62ec74b..516e37d 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -263,7 +263,7 @@ functions. | local_names | `local_name*` | sequence of local names | The sequence of `local_name` assigns names to the corresponding local index. The -count may be greater or less than the actual number of functions. +count may be greater or less than the actual number of locals. #### Local name |
