From fa66640a00aed4fae5f8878d00ff02b6e50b6705 Mon Sep 17 00:00:00 2001 From: jannikluhn Date: Wed, 20 Mar 2019 09:01:27 -0600 Subject: [PATCH] Update specs/simple-serialize.md Co-Authored-By: pipermerriam --- specs/simple-serialize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index b85a20656..f2ca7c0cd 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -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.