Skip to content

Commit 96e219e

Browse files
authored
Update README.md
1 parent 2a8b383 commit 96e219e

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
@@ -95,6 +95,6 @@ UserDefaults.standard.set(
9595
forKey: "users"
9696
)
9797
98-
// throws DecodingError.valueNotFound 'Expected String at SELF[1], found nil'
98+
// throws DecodingError.valueNotFound 'Expected String at SELF[1].name, found nil'
9999
let users = try UserDefaults.standard.decode([User].self, forKey: "users")
100100
```

0 commit comments

Comments
 (0)