From c2956acc69be1baa2802b1f06539c334f1d7359f Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:13:53 +0200 Subject: [PATCH] docs(testutil): Fix documentation of IgnoreTags (#13700) --- testutil/metric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/metric.go b/testutil/metric.go index 75df98df0..cb59eaa9e 100644 --- a/testutil/metric.go +++ b/testutil/metric.go @@ -172,7 +172,7 @@ func IgnoreFields(names ...string) cmp.Option { ) } -// return disables comparison of the tags with the given names. +// IgnoreTags disables comparison of the tags with the given names. // The tag-names are case-sensitive! func IgnoreTags(names ...string) cmp.Option { return cmpopts.IgnoreSliceElements(