summaryrefslogtreecommitdiff
path: root/plugins/http/attributes
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/http/attributes')
-rw-r--r--plugins/http/attributes/attributes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/attributes/attributes.go b/plugins/http/attributes/attributes.go
index 4c453766..81d9f01d 100644
--- a/plugins/http/attributes/attributes.go
+++ b/plugins/http/attributes/attributes.go
@@ -7,7 +7,7 @@ import (
)
// contextKey is a value for use with context.WithValue. It's used as
-// a pointer so it fits in an interface{} without allocation.
+// a pointer fits an interface{} without allocation.
type contextKey struct {
name string
}