Skip to content

Commit 5efc6a4

Browse files
authored
Update README.md
1 parent 7b41bfb commit 5efc6a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ let ascii = try KeyValueDecoder().decode([UInt8].self, from: [10, 100, 1000])
6262

6363
The encoding of `Date` can be adjusted by setting the strategy.
6464

65-
By default `Date` instances are encoded by simply casting to `Any` but this adjusted by setting the strategy.
66-
6765
The default strategy casts to `Any` leaving the instance unchanged:
6866

6967
```swift

0 commit comments

Comments
 (0)