Skip to content

Commit 8c71262

Browse files
authored
Update README.md
1 parent 906e56c commit 8c71262

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
@@ -30,7 +30,7 @@ let dict = try KeyValueEncoder().encode(user)
3030
RawRepresentable types are encoded to their raw value:
3131

3232
```swift
33-
// Encode to RawValue
33+
// Encode to String
3434
let string = try KeyValueEncoder().encode(Food(rawValue: "fish"))
3535
```
3636

0 commit comments

Comments
 (0)