Skip to content

Commit 53b8647

Browse files
committed
Remove =
1 parent 70f1e51 commit 53b8647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ try? storage.setObject(data, forKey: "a bunch of bytes")
190190
try? storage.setObject(authorizeURL, forKey: "authorization URL")
191191

192192
// Load from storage
193-
let score = try? storage.object(=forKey: "score")
193+
let score = try? storage.object(forKey: "score")
194194
let favoriteCharacter = try? storage.object(forKey: "my favorite city")
195195

196196
// Check if an object exists

0 commit comments

Comments
 (0)