Skip to content

Commit ec40855

Browse files
authored
Merge pull request groue#1697 from kevinlg/fix-typo-in-docs
Fix typo in Readme.md
2 parents 1e354ba + 1cca368 commit ec40855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,8 +1649,8 @@ To define a record type, define a type and extend it with protocols that come wi
16491649

16501650
For example:
16511651

1652-
```
1653-
struct Player: {
1652+
```swift
1653+
struct Player {
16541654
var id: Int64
16551655
var name: String
16561656
var score: Int

0 commit comments

Comments
 (0)