Skip to content

Commit 1546d99

Browse files
Merge pull request #168 from andygrunwald/patch-1
Set: Remove obsolete whitespace from documentation
2 parents ceededf + 81854d9 commit 1546d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set/dict.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (set *Set) Dispose() {
139139
pool.Put(set)
140140
}
141141

142-
// New is the constructor for sets. It will pull from a reuseable memory pool if it can.
142+
// New is the constructor for sets. It will pull from a reuseable memory pool if it can.
143143
// Takes a list of items to initialize the set with.
144144
func New(items ...interface{}) *Set {
145145
set := pool.Get().(*Set)

0 commit comments

Comments
 (0)