Skip to content

Commit 2ffa89f

Browse files
electron0zeromapno
andauthored
Apply suggestions from code review
Co-authored-by: Mario <[email protected]>
1 parent 8bc0c80 commit 2ffa89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/collector/distinct_string_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (d *DistinctString) Exceeded() bool {
9696
return d.limExceeded
9797
}
9898

99-
// Size is the total size of all distinct strings encountered.
99+
// Size is the total size of all distinct strings collected.
100100
func (d *DistinctString) Size() int {
101101
d.mtx.Lock()
102102
defer d.mtx.Unlock()

0 commit comments

Comments
 (0)