diff --git a/2018-07-30-never.md b/2018-07-30-never.md index bbe5edc4..4bd40eb2 100644 --- a/2018-07-30-never.md +++ b/2018-07-30-never.md @@ -123,7 +123,7 @@ conforming this obscure type to `Equatable` and other protocols this way: > to represent something that always errors > or use `Never` for its `Error` to represent something that never errors. -Swift doesn't have a standard `Result` type, +Swift didn't have a standard `Result` type at the time, but most of them look something like this: ```swift