Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Mar 23, 2019
1 parent 244e944 commit 93b090d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ fastImage.imageSizeAndType(for: url, completion: { result in
case .failure(let error):
// Get a URLError here (timed out, etc.) or a SizeNotFoundError (just couldn't get a size based on data)
}
e.fulfill()
})
```

Expand Down

0 comments on commit 93b090d

Please sign in to comment.