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 906e56c commit 8c71262Copy full SHA for 8c71262
README.md
@@ -30,7 +30,7 @@ let dict = try KeyValueEncoder().encode(user)
30
RawRepresentable types are encoded to their raw value:
31
32
```swift
33
-// Encode to RawValue
+// Encode to String
34
let string = try KeyValueEncoder().encode(Food(rawValue: "fish"))
35
```
36
0 commit comments