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.
2 parents ceededf + 81854d9 commit 1546d99Copy full SHA for 1546d99
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