Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia committed Nov 27, 2022
1 parent d6c2868 commit 84b4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For example if you are using a type to hold authentication information
```swift
struct Authentication {
var username: String
@var token: String
var token: String
}
```

Expand Down

0 comments on commit 84b4d89

Please sign in to comment.