Skip to content

Commit

Permalink
Update simple-serialize.md (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSON authored and JustinDrake committed Apr 20, 2019
1 parent 39d0822 commit 8c59bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/simple-serialize.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ This is a **work in progress** describing typing, serialization and Merkleizatio

### Composite types

* **container**: ordered heterogenous collection of values
* **container**: ordered heterogeneous collection of values
* key-pair curly bracket notation `{}`, e.g. `{"foo": "uint64", "bar": "bool"}`
* **vector**: ordered fixed-length homogeneous collection of values
* angle bracket notation `[type, N]`, e.g. `["uint64", N]`
* **list**: ordered variable-length homogenous collection of values
* **list**: ordered variable-length homogeneous collection of values
* angle bracket notation `[type]`, e.g. `["uint64"]`

We recursively define "variable-size" types to be lists and all types that contains a variable-size type. All other types are said to be "fixed-size".
Expand Down

0 comments on commit 8c59bfd

Please sign in to comment.