From 0c72d2680833401bb5c8ff5637aacc153fbaffc6 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Sat, 16 Jan 2016 19:48:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04addb5..640a4f7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ public func => (lhs: AnyObject, rhs: String) throws -> T Then there are also overloads for returning `T?`, `[T?]`, `[T?]?`, `AnyObject`, `[String: T]?` and more. ## Errors -`ErrorTypes` conforming to `DecodingError` will be caught and rethrown in the decoding process, setting metadata as the JSON object that failed decoding, the key path to it, and the root JSON object. There are currently three error-structs conforming to it: +`ErrorTypes` conforming to `DecodingError` will be caught and rethrown in the decoding process to set metadata, like the JSON object that failed decoding, the key path to it, and the root JSON object. There are currently three error-structs conforming to it: - `TypeMismachError` - `MissingKeyError` - `RawRepresentableInitializationError`