Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Oct 29, 2019
1 parent 703bb00 commit 5d1415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func (st *SampleTags) CloneTags() map[string]string {
}

// ReplaceURLWithName replaces url tag with name tag, if both exist.
// This method should on call for cloud output usage, see Issue #1166.
// This method should be called for cloud output usage, see Issue #1166.
func (st *SampleTags) ReplaceURLWithName() {
if st == nil || st.tags == nil {
return
Expand Down

0 comments on commit 5d1415c

Please sign in to comment.