aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 2c03c85..d0081fe 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -464,7 +464,7 @@ Function bodies consist of a sequence of local variable declarations followed by
| local_count | `varuint32` | number of local entries |
| locals | `local_entry*` | local variables |
| code | `byte*` | bytecode of the function |
-| end | `byte` | `0x0f`, indicating the end of the body |
+| end | `byte` | `0x0b`, indicating the end of the body |
#### Local Entry