Skip to content

Commit

Permalink
Fix typo in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlg committed Jan 8, 2025
1 parent 3ecb5c5 commit 1cca368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1649,8 +1649,8 @@ To define a record type, define a type and extend it with protocols that come wi

For example:

```
struct Player: {
```swift
struct Player {
var id: Int64
var name: String
var score: Int
Expand Down

0 comments on commit 1cca368

Please sign in to comment.