Skip to content

Commit 054f236

Browse files
authored
Update README.md (#117)
Minor fix to README.md
1 parent 6e93392 commit 054f236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mySet := mapset.NewSet[int]()
6363
// Or perhaps you want a string set
6464
mySet := mapset.NewSet[string]()
6565

66-
type myStruct {
66+
type myStruct struct {
6767
name string
6868
age uint8
6969
}

0 commit comments

Comments
 (0)