You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Expected date to be in format `\(dateFormat)`, but `\(dateString) does not forfill format`")
165
+
"Expected date to be in format `\(dateFormat)`, but `\(dateString) does not fulfill format`")
166
166
}
167
167
self.wrappedValue= date
168
168
}
@@ -183,7 +183,7 @@ struct MyEvent: Decodable {
183
183
}
184
184
```
185
185
186
-
Checkout the a full example in the test file [DateCodingTests](https://github.com/fabianfett/pure-swift-json/blob/master/Tests/JSONCodingTests/DateCodingTests.swift).
186
+
Checkout a full example in the test file [DateCodingTests](https://github.com/fabianfett/pure-swift-json/blob/master/Tests/JSONCodingTests/DateCodingTests.swift).
0 commit comments