From b7f088bf42c581712df84059915faa4a8b63bfe9 Mon Sep 17 00:00:00 2001 From: Kevin Pfefferle Date: Thu, 22 Sep 2016 19:45:49 -0400 Subject: [PATCH] Fix README typo --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index b5764cc..36c60db 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -90,7 +90,7 @@ public func decode(_ dictionary: JSONDictionary, key: Str // Decode the model. This will call the initializer in the protocol for the // expected type. If decoding fails in the model, this will also throw the - // appropriate erros. + // appropriate errors. return try decode(value) } ```