Skip to content

Commit 81854d9

Browse files
authored
Remove obsolete whitespace from documentation
1 parent ceededf commit 81854d9

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)