Skip to content

Commit

Permalink
expvar: fix name of Var interface
Browse files Browse the repository at this point in the history
Change-Id: Ibc40237981fdd20316f73f7f6f3dfa918dd0af5d
Reviewed-on: https://go-review.googlesource.com/133658
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
wfernandes authored and bradfitz committed Sep 6, 2018
1 parent 262d4f3 commit 6b7099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expvar/expvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (v *String) Value() string {
return p
}

// String implements the Val interface. To get the unquoted string
// String implements the Var interface. To get the unquoted string
// use Value.
func (v *String) String() string {
s := v.Value()
Expand Down

0 comments on commit 6b7099c

Please sign in to comment.