aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/value.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/metrics/value.go')
-rw-r--r--src/runtime/metrics/value.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/metrics/value.go b/src/runtime/metrics/value.go
index 61e8a192a3..ed9a33d87c 100644
--- a/src/runtime/metrics/value.go
+++ b/src/runtime/metrics/value.go
@@ -33,7 +33,7 @@ type Value struct {
pointer unsafe.Pointer // contains non-scalar values.
}
-// Kind returns the a tag representing the kind of value this is.
+// Kind returns the tag representing the kind of value this is.
func (v Value) Kind() ValueKind {
return v.kind
}