Commit 6b7099ca authored by Warren Fernandes's avatar Warren Fernandes Committed by Brad Fitzpatrick

expvar: fix name of Var interface

Change-Id: Ibc40237981fdd20316f73f7f6f3dfa918dd0af5d
Reviewed-on: https://go-review.googlesource.com/133658Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 262d4f32
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment