We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f1e51 commit 53b8647Copy full SHA for 53b8647
README.md
@@ -190,7 +190,7 @@ try? storage.setObject(data, forKey: "a bunch of bytes")
190
try? storage.setObject(authorizeURL, forKey: "authorization URL")
191
192
// Load from storage
193
-let score = try? storage.object(=forKey: "score")
+let score = try? storage.object(forKey: "score")
194
let favoriteCharacter = try? storage.object(forKey: "my favorite city")
195
196
// Check if an object exists
0 commit comments