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 8ea6de8 commit de928a2Copy full SHA for de928a2
README.md
@@ -29,7 +29,7 @@ let dict = try KeyValueCoder().encode(person)
29
30
RawRepresentable types are encoded to their raw value:
31
32
-```
+```swift
33
// Encode to RawValue
34
let string = try KeyValueCoder().encode(Food(rawValue: "fish"))
35
```
0 commit comments