Skip to content

Commit

Permalink
Fix TagSet comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Mirić <[email protected]>
  • Loading branch information
mstoykov and Ivan Mirić authored Aug 24, 2020
1 parent 1e5937d commit 97c798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/system_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
type SystemTagSet uint32

// TagSet is a string to bool map (for lookup efficiency) that is used to keep track
// which system tags and non-system tags should be included with with metrics.
// of which system tags and non-system tags to include.
type TagSet map[string]bool

// UnmarshalText converts the tag list to TagSet.
Expand Down

0 comments on commit 97c798d

Please sign in to comment.