From bac352e70f825da9ac5a7155a5a8581033de15c3 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 27 Feb 2019 18:02:53 +0100 Subject: [PATCH] Update simple-serialize.md --- specs/simple-serialize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/simple-serialize.md b/specs/simple-serialize.md index 565b0d788..e2ce4f208 100644 --- a/specs/simple-serialize.md +++ b/specs/simple-serialize.md @@ -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`