Skip to content

Commit 84358a4

Browse files
authored
Update README.md
1 parent 6b5da2b commit 84358a4

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
@@ -56,7 +56,7 @@ let user = try KeyValuDecoder().decode(User.self, from: [["id": 1, "name": "Herb
5656
```
5757

5858
## UserDefaults
59-
Encode and decode `Codable` types with UserDefaults:
59+
Encode and decode [`Codable`](https://developer.apple.com/documentation/swift/codable) types with [`UserDefaults`](https://developer.apple.com/documentation/foundation/userdefaults):
6060

6161
```swift
6262
try UserDefaults.standard.encode(

0 commit comments

Comments
 (0)