Skip to content

Commit

Permalink
Update README.md (deckarep#117)
Browse files Browse the repository at this point in the history
Minor fix to README.md
  • Loading branch information
parthokr authored Apr 27, 2023
1 parent 6e93392 commit 054f236
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 @@ -63,7 +63,7 @@ mySet := mapset.NewSet[int]()
// Or perhaps you want a string set
mySet := mapset.NewSet[string]()

type myStruct {
type myStruct struct {
name string
age uint8
}
Expand Down

0 comments on commit 054f236

Please sign in to comment.