Update specs/simple-serialize.md

Co-Authored-By: pipermerriam <piper@pipermerriam.com>
This commit is contained in:
jannikluhn 2019-03-20 09:01:27 -06:00 committed by Piper Merriam
parent 605028bbda
commit fa66640a00
No known key found for this signature in database
GPG Key ID: 8D2265D5CEBE822F
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ The serialized representation of composite types is comprised of two binary segm
* The first segment is *fixed size* for all types, containing the concatenation of *either*
- The serialized representation of value for each of the *fixed size* types
- The `"uint32"` serialized offset where the serialized representation of the *variable sized* type is located in the second section.
* The second segment contains the concatenation of the serialized representations of **only** the *variable size* types.
* The second section contains the concatenation of the serialized representations of **only** the *variable size* types.
- This section is empty in the case of a purely *fixed size* type.