Skip to content

Commit

Permalink
Fix minor typo in comment
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
otoolep committed Sep 8, 2015
1 parent 45590f2 commit 6345ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var expvarMu sync.Mutex

// NewStatistics returns an expvar-based map with the given key. Within that map
// is another map. Within there "name" is the Measurement name, "tags" are the tags,
// and values are placed at the key "values.
// and values are placed at the key "values".
func NewStatistics(key, name string, tags map[string]string) *expvar.Map {
expvarMu.Lock()
defer expvarMu.Unlock()
Expand Down

0 comments on commit 6345ba8

Please sign in to comment.