From 38a8c079fb0f9ea025c677b68fd6cc622b6dd9ff Mon Sep 17 00:00:00 2001 From: Liigo Zhuang Date: Tue, 17 May 2016 15:19:34 +0800 Subject: Fix typos in function bodies (#691) --- BinaryEncoding.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 482e2dc..3e20f5f 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -304,10 +304,10 @@ Each node in the abstract syntax tree corresponds to an operator, such as `i32.a Operators are encoding by an opcode byte followed by immediate bytes (if any), followed by children nodes (if any). -| Name | Opcode |Description | +| Field | Type |Description | | ----- | ----- | ----- | -| body size | `varuint32` | size of function body to follow, in bytes | -| local count | `varuint32` | number of local entries | +| body_size | `varuint32` | size of function body to follow, in bytes | +| local_count | `varuint32` | number of local entries | | locals | `local_entry*` | local variables | | ast | `byte*` | pre-order encoded AST | -- cgit v1.2.3