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 8c71262 commit 2a8b383Copy full SHA for 2a8b383
README.md
@@ -96,5 +96,5 @@ UserDefaults.standard.set(
96
)
97
98
// throws DecodingError.valueNotFound 'Expected String at SELF[1], found nil'
99
-let users = try UserDefaults.standard.decode([User].self, forKey: "url")
+let users = try UserDefaults.standard.decode([User].self, forKey: "users")
100
```
0 commit comments