From aa8a5ae8f80e6023f6be03f5adbd91656b9def24 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Thu, 10 Nov 2016 10:32:19 +0100 Subject: Fix a typo and an error (#866) * Fix typo on "semantics" * Fix encoding for 'end', which should be 0x0b and not 0x0f. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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 -- cgit v1.2.3