aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/parse.go')
-rw-r--r--plugin/kubernetes/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/parse.go b/plugin/kubernetes/parse.go
index da8392cbe..b5801a42e 100644
--- a/plugin/kubernetes/parse.go
+++ b/plugin/kubernetes/parse.go
@@ -99,7 +99,7 @@ func stripUnderscore(s string) string {
return s[1:]
}
-// String return a string representation of r, it just returns all fields concatenated with dots.
+// String returns a string representation of r, it just returns all fields concatenated with dots.
// This is mostly used in tests.
func (r recordRequest) String() string {
s := r.port