From d6898abafa98ff889454cfb11725d9ec3c9536b5 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Sat, 27 Feb 2016 10:01:37 -0800 Subject: Clarify encoding of varuint32 values. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 811e264..b0987fb 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -39,7 +39,7 @@ A two-byte little endian unsigned integer. A four-byte little endian unsigned integer. ### varuint32 -A [LEB128](https://en.wikipedia.org/wiki/LEB128) variable-length integer, limited to uint32 values. +A [LEB128](https://en.wikipedia.org/wiki/LEB128) variable-length integer, limited to uint32 values. `varuint32` values may contain leading zeros. ### value_type A single-byte unsigned integer indicating a [value type](AstSemantics.md#types). These types are encoded as: -- cgit v1.2.3