Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2018-07-30-never.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down