From 8939858859294e927d7d29309044feee23909a03 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Fri, 4 Mar 2016 00:37:52 -0600 Subject: Remove non-null requirement --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 0b0f9ad..5083e08 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -253,7 +253,7 @@ sequence of names assigns a name to each function index. A name is: | Field | Type | Description | | ----- | ----- | ----- | | size | varuint32 | string length, in bytes | -| string | bytes | valid utf8-encoding of non-null code points | +| string | bytes | valid utf8 encoding | ### Local Names section @@ -277,7 +277,7 @@ This sequence assigns a name to every local index in every function. A name is: | Field | Type | Description | | ----- | ----- | ----- | | size | varuint32 | string length, in bytes | -| string | bytes | valid utf8-encoding of non-null code points | +| string | bytes | valid utf8 encoding | ### End section -- cgit v1.2.3