Skip to content

Commit 0958e29

Browse files
committed
clarify comment
Signed-off-by: Mohamed Hamza <[email protected]>
1 parent bdd6350 commit 0958e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/stats/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (vg *varGroup) publish(name string, v expvar.Var) {
100100
vg.Lock()
101101
defer vg.Unlock()
102102

103-
// Check if the variable is already registered
103+
// Check if the variable is already exported
104104
if _, ok := vg.vars[name]; ok {
105105
return
106106
}

0 commit comments

Comments
 (0)