Update simple-serialize.md
This commit is contained in:
parent
99074d09ec
commit
bac352e70f
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue