Skip to content

Commit 1cca368

Browse files
committed
Fix typo in Readme.md
1 parent 3ecb5c5 commit 1cca368

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)