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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`