Skip to content

Commit 2a8b383

Browse files
authored
Update README.md
1 parent 8c71262 commit 2a8b383

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

0 commit comments

Comments
 (0)