Update simple-serialize.md

This commit is contained in:
Justin 2019-02-28 11:34:24 +01:00 committed by GitHub
parent 7ab7abe2ca
commit 67793edc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ This is a **work in progress** describing typing, serialization and Merkleizatio
### Basic types
* `uintN`: `N`-bit unsigned integer (where `N in [8, 16, 32, 64, 128, 256]`)
* `bool`: 1-bit unsigned integer
* `bool`: `True` or `False`
### Composite types