diff --git a/collection/hashset/README.md b/collection/hashset/README.md index 6086f4b3..d4a612e1 100644 --- a/collection/hashset/README.md +++ b/collection/hashset/README.md @@ -30,7 +30,7 @@ import ( ) func main() { - l := NewInt() + l := hashset.NewInt() for _, v := range []int{10, 12, 15} { if l.Add(v) {