From 0df8f8b3c68bc95647c004b89b7decf6d61a8863 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 27 Feb 2019 13:04:36 +0100 Subject: [PATCH] Update simple-serialize.md --- specs/simple-serialize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 7da967a25..41640aabe 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -6,7 +6,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio - [Constants](#constants) - [Typing](#typing) - - [Primitive types](#primitive-types) + - [Basic types](#basic-types) - [Composite types](#composite-types) - [Notation](#notation) - [Aliases](#aliases) @@ -30,7 +30,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio ## Typing -#### Primitive types +#### Basic types * `uintN`: `N`-bit unsigned integer (where `N in [8, 16, 32, 64, 128, 256]`) * `bool`: 1-bit unsigned integer