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