Skip to content

Commit de928a2

Browse files
authored
Update README.md
1 parent 8ea6de8 commit de928a2

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
@@ -29,7 +29,7 @@ let dict = try KeyValueCoder().encode(person)
2929

3030
RawRepresentable types are encoded to their raw value:
3131

32-
```
32+
```swift
3333
// Encode to RawValue
3434
let string = try KeyValueCoder().encode(Food(rawValue: "fish"))
3535
```

0 commit comments

Comments
 (0)