We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceededf commit 81854d9Copy full SHA for 81854d9
set/dict.go
@@ -139,7 +139,7 @@ func (set *Set) Dispose() {
139
pool.Put(set)
140
}
141
142
-// New is the constructor for sets. It will pull from a reuseable memory pool if it can.
+// New is the constructor for sets. It will pull from a reuseable memory pool if it can.
143
// Takes a list of items to initialize the set with.
144
func New(items ...interface{}) *Set {
145
set := pool.Get().(*Set)
0 commit comments