Skip to content

Commit

Permalink
Fix spelling error (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kansaichris committed May 31, 2021
1 parent 75ae4b5 commit 436d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UserDefaults+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension UserDefaults {
if T.self == URL.self {
// Hack for URL, which is special
// See: http://dscoder.com/defaults.html
// Errpr: Could not cast value of type '_NSInlineData' to 'NSURL'
// Error: Could not cast value of type '_NSInlineData' to 'NSURL'
fetched = self.url(forKey: key)
} else {
fetched = self.object(forKey: key)
Expand Down

0 comments on commit 436d0a2

Please sign in to comment.