Update simple-serialize.md

This commit is contained in:
Justin
2019-02-27 18:02:53 +01:00
committed by GitHub
parent 99074d09ec
commit bac352e70f

View File

@@ -43,7 +43,7 @@ For convenience we alias:
## Serialization
We reccursively define the serialisation `serialize` function which consumes an object `value` (of the type specified) and returns a byte string of type `bytes`.
We reccursively define the `serialize` function which consumes an object `value` (of the type specified) and returns a byte string of type `bytes`.
#### `uintN`